Change #6313
Category | None |
Changed by | Jane Sandberg <sandbej | @linnbenton.edu>
Changed at | Tue 16 Jul 2019 13:50:44 |
Repository | git://git.evergreen-ils.org/Evergreen.git |
Project | Evergreen |
Branch | master |
Revision | 0ab8e87a0e0f551cccdbce41495117dd54ba709a |
Comments
LP1828840: Option to hide grid save settings button in angular grid To test: 1) Apply this commit. 2) Create an eg-grid in the Angular staff client without a persistKey attribute (or use the one in the sandbox). 3) Compile the client and open the grid in your browser. Open the column picker menu. Note that the Save button does not display. 4) Add an arbitrary value to the persistKey attribute. 5) Repeat step 3. Note that the Save button does display. 6) Change the value of the persistKey attribute to "disabled". 7) Repeat step 3. Note that the Save button does not display. Signed-off-by: Jane Sandberg <sandbej@linnbenton.edu> Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org> Signed-off-by: Bill Erickson <berickxx@gmail.com>
Changed files
- Open-ILS/src/eg2/src/app/share/grid/grid-toolbar.component.html
- Open-ILS/src/eg2/src/app/share/grid/grid-toolbar.component.ts
- Open-ILS/src/eg2/src/app/share/grid/grid.component.html
- Open-ILS/src/eg2/src/app/share/grid/grid.component.ts