BUG 8884 P.M. 2.0.39 Alert con mensaje "**ID_REQUIRED_NAME_DYNAFORM**" SOLVED.
- Cuando se crea un nuevo dynaform y se guarda dejando el campo Title, aparece un alert con el siguiente mensaje: **ID_REQUIRED_NAME_DYNAFORM**. - Fixed Bug Added indicator the required field and adjustment of the hardcoded message.
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
<td class="FormFieldContent" width="{$form_fieldContentWidth}">{$form.ADD_TABLE}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="FormLabel" width="{$form_labelWidth}">{$DYN_TITLE}</td>
|
||||
<td class="FormLabel" width="{$form_labelWidth}"><font color="red">* </font>{$DYN_TITLE}</td>
|
||||
<!-- <td class='FormFieldContent' width="{$form_width}" >{$form.DYN_TITLE} </td> //-->
|
||||
<td class="FormFieldContent" width="{$form_fieldContentWidth}">{$form.DYN_TITLE}</td>
|
||||
</tr>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<dynaForm
|
||||
name="dynaforms_Edit"
|
||||
type="xmlform"
|
||||
@@ -17,7 +17,7 @@
|
||||
<en>Create from a PM Table</en>
|
||||
</ADD_TABLE>
|
||||
|
||||
<DYN_TITLE type="text" maxlength="256" size ="48">
|
||||
<DYN_TITLE type="text" maxlength="256" size ="48" required="1">
|
||||
<en>Title</en>
|
||||
</DYN_TITLE>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user