]> git.evergreen-ils.org Git - working/Evergreen.git/commit
LP1917092: Filter shelving location grid to non-deleted by default
authorJane Sandberg <js7389@princeton.edu>
Sun, 14 May 2023 20:31:59 +0000 (13:31 -0700)
committerMichele Morgan <mmorgan@noblenet.org>
Fri, 25 Aug 2023 15:03:14 +0000 (11:03 -0400)
commit1d91157da26fcfa578195dff2b52110a8a8f1a2e
tree0b0705f7ffafd8d4f4fc5e3ac21b4693ad29f8a9
parent5186c72cc0d5aa0ab142a8515697735bef6cd1b5
LP1917092: Filter shelving location grid to non-deleted by default

To test:

1) Go to Admin > Local admin > Shelving locations editor.
2) Note that there is a filter enabled: Deleted = No.
3) Check through the grid entries to confirm that no deleted locations exist in the grid.
4) Remove the filter.
5) Note that the deleted entries are now available to you if you need them.

Signed-off-by: Jane Sandberg <js7389@princeton.edu>
Signed-off-by: Elizabeth Thomsen <et@noblenet.org>
Signed-off-by: Michele Morgan <mmorgan@noblenet.org>
Open-ILS/src/eg2/src/app/share/grid/grid-toolbar.component.ts
Open-ILS/src/eg2/src/app/share/grid/grid.component.spec.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/share/grid/grid.component.ts
Open-ILS/src/eg2/src/app/share/grid/grid.spec.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/share/grid/grid.ts
Open-ILS/src/eg2/src/app/staff/admin/basic-admin-page.component.spec.ts
Open-ILS/src/eg2/src/app/staff/admin/basic-admin-page.component.ts
Open-ILS/src/eg2/src/app/staff/admin/local/routing.module.ts
Open-ILS/src/eg2/src/app/staff/share/admin-page/admin-page.component.html
Open-ILS/src/eg2/src/app/staff/share/admin-page/admin-page.component.spec.ts
Open-ILS/src/eg2/src/app/staff/share/admin-page/admin-page.component.ts