rsanchez
2014-10-15 973ee9056995d1c9e7a533d9999329a70f0d2b2d
securis/src/main/resources/static/licenses.html
....@@ -88,8 +88,7 @@
8888 ng-required="mandatory.license_type_id"
8989 ng-model="pack.license_type_id"
9090 ng-options="o.id as o.label for o in refs.license_type_id">
91
- <option selected="true" ng-if="!mandatory.license_type_id"
92
- value=""></option>
91
+
9392 </select>
9493 <div class="alert inline-alert alert-warning"
9594 ng-show="packForm.license_type_id.$invalid">
....@@ -106,8 +105,6 @@
106105 <select class="form-control" ng-required="field.mandatory"
107106 ng-model="pack.organization_id"
108107 ng-options="o.id as o.label for o in refs.organization_id">
109
- <option selected="true" ng-if="!mandatory.organization_id"
110
- value=""></option>
111108 </select>
112109 <div class="alert inline-alert alert-warning"
113110 ng-show="packForm.organization_id.$invalid">