From 043c151bb4884a0b6dcd589af402d3fcbe0073b7 Mon Sep 17 00:00:00 2001 From: dcore94 Date: Wed, 24 May 2023 14:56:56 +0200 Subject: [PATCH] added button for ccpannotation input --- ccp/js/methodeditorcontroller.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ccp/js/methodeditorcontroller.js b/ccp/js/methodeditorcontroller.js index 6508459..00aa386 100644 --- a/ccp/js/methodeditorcontroller.js +++ b/ccp/js/methodeditorcontroller.js @@ -665,9 +665,9 @@ class CCPMethodEditorController extends HTMLElement{ ev.stopPropagation() this.#tmp_inputs.push( { - id : "new_input", - title : "New input", - description : "A new input field", + id : "ccpannotation", + title : "Annotations for execution", + description : "The value of this parameter will be associated as annotation to the execution", minOccurs : 1, maxOccurs : 1, schema : {