update
This commit is contained in:
parent
d6278adef6
commit
997dbc1630
1 changed files with 10 additions and 0 deletions
|
|
@ -140,6 +140,16 @@ Please check the process:
|
||||||
<imixs:item name="keyupdateacl" type="xs:boolean">
|
<imixs:item name="keyupdateacl" type="xs:boolean">
|
||||||
<imixs:value>false</imixs:value>
|
<imixs:value>false</imixs:value>
|
||||||
</imixs:item>
|
</imixs:item>
|
||||||
|
<imixs:item name="txtbusinessrule" type="CDATA">
|
||||||
|
<imixs:value><![CDATA[var result={};
|
||||||
|
var refField="txtcomment";
|
||||||
|
result.isValid=true;
|
||||||
|
|
||||||
|
if ( ( workitem.get(refField) == null || ''==workitem.get(refField)[0]) ) {
|
||||||
|
result.isValid=false;
|
||||||
|
result.errorMessage='Bitte geben Sie einen Kommentar ein.';
|
||||||
|
}]]></imixs:value>
|
||||||
|
</imixs:item>
|
||||||
</bpmn2:extensionElements>
|
</bpmn2:extensionElements>
|
||||||
<bpmn2:documentation id="Documentation_2"><![CDATA[SEPA von <username>$editor</username>]]></bpmn2:documentation>
|
<bpmn2:documentation id="Documentation_2"><![CDATA[SEPA von <username>$editor</username>]]></bpmn2:documentation>
|
||||||
<bpmn2:incoming>SequenceFlow_13</bpmn2:incoming>
|
<bpmn2:incoming>SequenceFlow_13</bpmn2:incoming>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue