Skip to content
Snippets Groups Projects
Commit 6ef5abbd authored by Armand Bahi's avatar Armand Bahi
Browse files

fix #17 image objet metier affiche bouton upload

parent 77cbfb3c
No related branches found
No related tags found
No related merge requests found
......@@ -370,7 +370,7 @@
<div ng-switch-when="image_wsdata">
<label for="{{:refresh:field.id}}" id="{{:refresh:field.id}}_label" class="control-label" data-translate="{{:refresh:field.label}}"></label>
<!--Si l'image n'existe pas-->
<div ng-show="!oFormValues[sFormDefinitionName][field.name].length > 0">
<div ng-if="!field.displayOnly" ng-show="!oFormValues[sFormDefinitionName][field.name].length > 0">
<input ng-if="!field.multiple" data-app-form-field-specific-params="" type="file" id="{{:refresh:field.id}}" class="file" name="{{:refresh:field.name}}" class="form-control" ng-required="field.required">
<input ng-if="field.multiple" data-app-form-field-specific-params="" type="file" id="{{:refresh:field.id}}" class="file" name="{{:refresh:field.name}}" class="form-control" ng-required="field.required" multiple>
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment