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 : {