Update the select value 44/87544/3
authorxg353y <xg353y@intl.att.com>
Mon, 13 May 2019 11:35:53 +0000 (13:35 +0200)
committerSébastien Determe <sebastien.determe@intl.att.com>
Mon, 13 May 2019 12:44:51 +0000 (12:44 +0000)
Update the select value used for Abatement attribute.

Issue-ID: CLAMP-378
Change-Id: Ib64c08c33646162e6c4f8e0c25c04f2559517626
Signed-off-by: xg353y <xg353y@intl.att.com>
src/main/resources/META-INF/resources/designer/partials/portfolios/operational_policy_window.html

index 1a01b25..5e12516 100644 (file)
@@ -126,8 +126,8 @@ label {
                                                        <label for="abatement" class="col-sm-2">Abatement</label>
                                                        <div class="col-sm-3" style="padding: 0px;">
                                                                <select class="form-control" id="abatement" name="abatement">
-                                                                       <option value="0" selected>No</option>
-                                                                       <option value="1">Yes</option>
+                                                                       <option value="false" selected>False</option>
+                                                                       <option value="true">True</option>
                                                                </select>
                                                        </div>
                                                </div>