]> git.evergreen-ils.org Git - Evergreen.git/commit
lp1744756 Profile Tree Display Entry Admin UI
authorKyle Huckins <khuckins@catalyte.io>
Thu, 15 Mar 2018 18:54:13 +0000 (18:54 +0000)
committerKathy Lussier <klussier@masslnc.org>
Thu, 30 Aug 2018 16:09:02 +0000 (12:09 -0400)
commit0f43da13c5c602e0bf62b9a3154db1f5f59fbc53
tree9c8d1f57ea7f5e4bda6917c4747de2b816cd3b74
parent05968579768d066280a16350cc8abb01d013265b
lp1744756 Profile Tree Display Entry Admin UI

- Flesh out permission.group_tree_display_entries table.
- Create pgtde IDL class corresponding to new permission.group_tree_display_entries
table.
- Admin UI for Permission Group Tree Entries capable of viewing, adding, removing,
or changing position of entries within tree based on OU.
- Save functionality to persist any changes made.
- Persist changes in positions of permission group display
entries in Admin UI with the Profile Selector in the patron
edit interface.
- Make profile selector use original functionality if there are no
display entries.

Signed-off-by: Kyle Huckins <khuckins@catalyte.io>
Signed-off-by: Bill Erickson <berickxx@gmail.com>
Signed-off-by: Kathy Lussier <klussier@masslnc.org>
Open-ILS/examples/fm_IDL.xml
Open-ILS/src/sql/Pg/006.schema.permissions.sql
Open-ILS/src/sql/Pg/upgrade/XXXX.schema.perm-group-display.sql [new file with mode: 0644]
Open-ILS/src/templates/staff/admin/local/permission/index.tt2 [new file with mode: 0644]
Open-ILS/src/templates/staff/admin/local/permission/t_grp_tree_display_entry.tt2 [new file with mode: 0644]
Open-ILS/src/templates/staff/admin/local/permission/t_pgtde_add_dialog.tt2 [new file with mode: 0644]
Open-ILS/src/templates/staff/admin/local/t_splash.tt2
Open-ILS/src/templates/staff/circ/patron/t_edit.tt2
Open-ILS/web/js/ui/default/staff/admin/local/permission/app.js [new file with mode: 0644]
Open-ILS/web/js/ui/default/staff/circ/patron/regctl.js