BUG 11073 "Custom triggers. Campo Title no esta marcado como..." SOLVED
- Custom triggers. Campo Title no esta marcado como requerido. - Problema resuelto, Custom triggers. Campo Title se valida como campo requerido. * Available from version ProcessMaker-2.0.47 (2.5.1)
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
<td colspan="2">{$form.TRI_UID}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class='FormLabel' width="{$form_labelWidth}">{$TRI_TITLE}</td>
|
||||
<td class='FormLabel' width="{$form_labelWidth}"><font color="red">* </font> {$TRI_TITLE}</td>
|
||||
<!-- <td class='FormFieldContent' width="{$form_width}" >{$form.TRI_TITLE} </td> //-->
|
||||
<td class='FormFieldContent' width='{$form_fieldContentWidth}' >{$form.TRI_TITLE}</td>
|
||||
</tr>
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
</TITLE>
|
||||
<TRI_UID type="hidden"/>
|
||||
|
||||
<TRI_TITLE type="text" size="80" maxlength="100">
|
||||
<TRI_TITLE type="text" size="80" maxlength="100" required="1">
|
||||
<en>Title</en>
|
||||
</TRI_TITLE>
|
||||
<TRI_PARAM type="hidden" value=""/>
|
||||
@@ -104,4 +104,4 @@ function cancel(){
|
||||
}
|
||||
|
||||
]]></JS>
|
||||
</dynaForm>
|
||||
</dynaForm>
|
||||
Reference in New Issue
Block a user