From 973ee9056995d1c9e7a533d9999329a70f0d2b2d Mon Sep 17 00:00:00 2001 From: rsanchez <rsanchez@curisit.net> Date: Wed, 15 Oct 2014 07:49:46 +0000 Subject: [PATCH] #2021 config - Added pack and LicenseType Metadata management --- securis/src/main/resources/static/licenses.html | 5 +---- 1 files changed, 1 insertions(+), 4 deletions(-) diff --git a/securis/src/main/resources/static/licenses.html b/securis/src/main/resources/static/licenses.html index 6ba2104..9f290c9 100644 --- a/securis/src/main/resources/static/licenses.html +++ b/securis/src/main/resources/static/licenses.html @@ -88,8 +88,7 @@ ng-required="mandatory.license_type_id" ng-model="pack.license_type_id" ng-options="o.id as o.label for o in refs.license_type_id"> - <option selected="true" ng-if="!mandatory.license_type_id" - value=""></option> + </select> <div class="alert inline-alert alert-warning" ng-show="packForm.license_type_id.$invalid"> @@ -106,8 +105,6 @@ <select class="form-control" ng-required="field.mandatory" ng-model="pack.organization_id" ng-options="o.id as o.label for o in refs.organization_id"> - <option selected="true" ng-if="!mandatory.organization_id" - value=""></option> </select> <div class="alert inline-alert alert-warning" ng-show="packForm.organization_id.$invalid"> -- Gitblit v1.3.2