BUG 8727 Increase the maxlength of the Condition of the Evaluation ... SOLVED.
- We'd need to increase the max-length of the Condition of the Evaluation routing rule because there are some special rules that need more length. - Adjust the maxlength the ROU_CONDITION field in Evaluation, Selection, Parallel By Evaluation Routing Rule.
This commit is contained in:
@@ -6,7 +6,7 @@ SELECT TAS_UID, CON_VALUE FROM TASK LEFT JOIN CONTENT ON (TAS_UID = CON_ID AND C
|
||||
]]><en>Next Task<option name="-1">End of process</option></en>
|
||||
</ROU_NEXT_TASK>
|
||||
|
||||
<ROU_CONDITION type="textpm" size="60" maxlength="255" showVars="1" process="@#PROCESS">
|
||||
<ROU_CONDITION type="textpm" size="60" maxlength="512" showVars="1" process="@#PROCESS">
|
||||
<en>Condition</en>
|
||||
</ROU_CONDITION>
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
</en>
|
||||
</ROU_NEXT_TASK>
|
||||
|
||||
<ROU_CONDITION type="textpm" size="35" maxlength="255" showVars="1" process="@#PROCESS">
|
||||
<ROU_CONDITION type="textpm" size="35" maxlength="512" showVars="1" process="@#PROCESS">
|
||||
<en>Condition</en>
|
||||
</ROU_CONDITION>
|
||||
<ROU_OPTIONAL type="hidden"/>
|
||||
|
||||
@@ -6,7 +6,7 @@ SELECT TAS_UID, CON_VALUE FROM TASK LEFT JOIN CONTENT ON (TAS_UID = CON_ID AND C
|
||||
]]><en>Next Task<option name="-1">End of process</option></en>
|
||||
</ROU_NEXT_TASK>
|
||||
|
||||
<ROU_CONDITION type="text" size="35" maxlength="255">
|
||||
<ROU_CONDITION type="text" size="35" maxlength="512">
|
||||
<en>Description</en>
|
||||
</ROU_CONDITION>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user