]> git.evergreen-ils.org Git - Evergreen.git/commit
LP#1730752 Webstaff grid column batch config dialog
authorBill Erickson <berickxx@gmail.com>
Tue, 7 Nov 2017 20:32:33 +0000 (15:32 -0500)
committerBill Erickson <berickxx@gmail.com>
Fri, 9 Feb 2018 16:55:44 +0000 (11:55 -0500)
commiteb7cd332c344b2ed6ef7679d86c9e2f1fd1e427a
tree3f178d19988e141d99daed04d47a6509d3950895
parent2e157e393f7734130dd474033d6a9c796e40a572
LP#1730752 Webstaff grid column batch config dialog

Adds a new "Manage Columns" grid action which opens a batch grid column
configuration dialog.  In the dialog, users can show/hide multiple
columns at once.  The column position actions
(left/right/far-left/far-right) and sort priority settings have also
been moved to this new UI.

The existing 'Configure Columns' action has been renamed to 'Managed
Column Widths' and now only supports making columns wider and narrower.

Signed-off-by: Bill Erickson <berickxx@gmail.com>
Signed-off-by: Kathy Lussier <klussier@masslnc.org>
Open-ILS/src/templates/staff/css/style.css.tt2
Open-ILS/src/templates/staff/share/t_autogrid.tt2
Open-ILS/src/templates/staff/share/t_grid_columns.tt2 [new file with mode: 0644]
Open-ILS/web/js/ui/default/staff/services/grid.js