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:
Luis Fernando Saisa Lopez
2013-04-04 15:25:10 +00:00
parent eb8e87e665
commit 243ba79e04
2 changed files with 3 additions and 3 deletions

View File

@@ -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>

View File

@@ -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>