securis/src/main/resources/static/admin.html
.. .. @@ -77,7 +77,7 @@ 77 77 </td> 78 78 <td> 79 79 <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" />81 81 </td> 82 82 <td> 83 83 <input type="checkbox" id="md_mandatory" name="md_mandatory" ng-disabled="!field.allow_creation"