lp1744756 Profile Tree Display Entry Admin UI
authorKyle Huckins <khuckins@catalyte.io>
Thu, 15 Mar 2018 18:54:13 +0000 (18:54 +0000)
committerBill Erickson <berickxx@gmail.com>
Mon, 6 Aug 2018 15:38:02 +0000 (11:38 -0400)
commit0bae0bb8feeb41a1fa5e87fd57309b968385eaae
treeb73062afd6a2a2d121478ba704dd7f176b71aec9
parentbeee20c5b0a63bf8248a630686f2fb262d4789ac
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>
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