Fix(JS): Commands page and Dog Command Links page fix on dirty triggering and new row default values.
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
{{ model.ATTR_VALUE_CURRENT }} {{ model.ATTR_VALUE_PREVIOUS }} />
|
||||
</td>
|
||||
<td class="{{ model.FLAG_CAN_HAVE_BUTTON }}">
|
||||
<input type="checkbox" checked class="{{ model.FLAG_CAN_HAVE_BUTTON }}" {{ model.ATTR_VALUE_CURRENT }} {{ model.ATTR_VALUE_PREVIOUS }} />
|
||||
<input type="checkbox" class="{{ model.FLAG_CAN_HAVE_BUTTON }}" {{ model.ATTR_VALUE_CURRENT }} {{ model.ATTR_VALUE_PREVIOUS }}="false" />
|
||||
</td>
|
||||
<td class="{{ model.FLAG_NOTES }}">
|
||||
<input type="text"
|
||||
|
||||
Reference in New Issue
Block a user