rsanchez
2014-10-16 4d18a46ee3ada751517f9bf767d5057a3bf5eb9e
securis/src/main/resources/static/admin.html
....@@ -77,7 +77,7 @@
7777 </td>
7878 <td>
7979 <input type="text" id="md_value" name="md_value" placeholder=""
80
- class="form-control" ng-model="row_md['value']" ng-required="row_md['mandatory']" ng-maxlength="150" />
80
+ class="form-control" ng-model="row_md['value']" ng-required="false" ng-maxlength="150" />
8181 </td>
8282 <td>
8383 <input type="checkbox" id="md_mandatory" name="md_mandatory" ng-disabled="!field.allow_creation"