From: Bill Erickson Date: Mon, 24 Jun 2019 15:59:36 +0000 (-0400) Subject: JBAS-2256 Record bucket grid gets static columns X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=07c88c02ba07f002f90950ea9f08a62838260c09;p=working%2FEvergreen.git JBAS-2256 Record bucket grid gets static columns Work around issues with saving changes to auto-generated column lists in the AngJS grid by defining a fixed set of columns for the 3 record bucket grids. Signed-off-by: Bill Erickson --- diff --git a/Open-ILS/src/templates/staff/cat/bucket/record/t_pending.tt2 b/Open-ILS/src/templates/staff/cat/bucket/record/t_pending.tt2 index ec4473be20..cf50d27834 100644 --- a/Open-ILS/src/templates/staff/cat/bucket/record/t_pending.tt2 +++ b/Open-ILS/src/templates/staff/cat/bucket/record/t_pending.tt2 @@ -3,7 +3,6 @@ features="-sort,-multisort" id-field="id" idl-class="rmsr" - auto-fields="true" items-provider="gridDataProvider" menu-label="[% l('Buckets') %]" persist-key="cat.bucket.record.pending"> @@ -17,9 +16,20 @@ + + + + {{item.title}} + + + + + + + diff --git a/Open-ILS/src/templates/staff/cat/bucket/record/t_search.tt2 b/Open-ILS/src/templates/staff/cat/bucket/record/t_search.tt2 index 02506bc951..69d89149f8 100644 --- a/Open-ILS/src/templates/staff/cat/bucket/record/t_search.tt2 +++ b/Open-ILS/src/templates/staff/cat/bucket/record/t_search.tt2 @@ -29,7 +29,6 @@ ng-hide="forbidden" id-field="id" idl-class="rmsr" - auto-fields="true" grid-controls="gridControls" menu-label="[% l('Buckets') %]" persist-key="cat.bucket.record.search"> @@ -43,9 +42,20 @@ + + + + {{item.title}} + + + + + + + diff --git a/Open-ILS/src/templates/staff/cat/bucket/record/t_view.tt2 b/Open-ILS/src/templates/staff/cat/bucket/record/t_view.tt2 index e20d50e1ab..e1ce676613 100644 --- a/Open-ILS/src/templates/staff/cat/bucket/record/t_view.tt2 +++ b/Open-ILS/src/templates/staff/cat/bucket/record/t_view.tt2 @@ -2,7 +2,6 @@ ng-hide="forbidden" id-field="id" idl-class="rmsr" - auto-fields="true" grid-controls="gridControls" menu-label="[% l('Buckets') %]" persist-key="cat.bucket.record.view"> @@ -29,6 +28,8 @@ handler="openExportBucketDialog"> + + @@ -36,6 +37,11 @@ + + + + +