correctly renamed ccpnote input
This commit is contained in:
parent
e032eb3e10
commit
c86dc476da
|
@ -665,7 +665,7 @@ class CCPMethodEditorController extends HTMLElement{
|
||||||
ev.stopPropagation()
|
ev.stopPropagation()
|
||||||
this.#tmp_inputs.push(
|
this.#tmp_inputs.push(
|
||||||
{
|
{
|
||||||
id : "ccpannotation",
|
id : "ccpnote",
|
||||||
title : "Annotations for execution",
|
title : "Annotations for execution",
|
||||||
description : "The value of this parameter will be associated as annotation to the execution",
|
description : "The value of this parameter will be associated as annotation to the execution",
|
||||||
minOccurs : 1,
|
minOccurs : 1,
|
||||||
|
|
Loading…
Reference in New Issue