correction 5391 bug, added required field in a new event
This commit is contained in:
@@ -39,7 +39,7 @@
|
||||
<td class='FormFieldContent' >{$form.EVN_RELATED_TO}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class='FormLabel' width="{$form_labelWidth}">{$TAS_UID}</td>
|
||||
<td class='FormLabel' width="{$form_labelWidth}"><font color="red">* </font>{$TAS_UID}</td>
|
||||
<td class='FormFieldContent' >{$form.TAS_UID}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
@@ -97,4 +97,4 @@
|
||||
{$form.JS}
|
||||
</script>
|
||||
|
||||
</form>
|
||||
</form>
|
||||
|
||||
@@ -34,7 +34,7 @@
|
||||
<en>Type<option name="SINGLE">Single Task</option><option name="MULTIPLE">Multiple Tasks</option></en>
|
||||
</EVN_RELATED_TO>
|
||||
|
||||
<TAS_UID type="dropdown" sqlconnection="dbarray" required="0">
|
||||
<TAS_UID type="dropdown" sqlconnection="dbarray" required="1">
|
||||
SELECT TAS_UID, TAS_TITLE FROM tasks
|
||||
<en>The time starts with task</en>
|
||||
</TAS_UID>
|
||||
@@ -175,4 +175,4 @@ function cancel(){
|
||||
|
||||
]]></JS>
|
||||
|
||||
</dynaForm>
|
||||
</dynaForm>
|
||||
|
||||
Reference in New Issue
Block a user