From c5e8a84e54af6fd925fe047c40e53559f6ae8d6e Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Mon, 6 Aug 2018 11:35:44 -0400 Subject: [PATCH] LP#1744756 Grp display tree minor fixes. 1. Fix group tree display entry IDL sequence copy/paste issue: permission.grp_tree_id_seq => permission.grp_tree_display_entry_id_seq 2. Apply consistent use of tabs in the IDL. 3. Fix thinko use of grp as a function in the no-entries-exist scenario in the patron editor. Signed-off-by: Bill Erickson Signed-off-by: Kyle Huckins Signed-off-by: Kathy Lussier --- Open-ILS/examples/fm_IDL.xml | 22 +++++++++---------- .../templates/staff/circ/patron/t_edit.tt2 | 2 +- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/Open-ILS/examples/fm_IDL.xml b/Open-ILS/examples/fm_IDL.xml index b12a0438f9..eb447a4f0d 100644 --- a/Open-ILS/examples/fm_IDL.xml +++ b/Open-ILS/examples/fm_IDL.xml @@ -7645,13 +7645,13 @@ SELECT usr, - + - - + + @@ -7660,14 +7660,14 @@ SELECT usr, - - - - - - - - + + + + + + + + diff --git a/Open-ILS/src/templates/staff/circ/patron/t_edit.tt2 b/Open-ILS/src/templates/staff/circ/patron/t_edit.tt2 index 85e5bdb44f..bd58914c3c 100644 --- a/Open-ILS/src/templates/staff/circ/patron/t_edit.tt2 +++ b/Open-ILS/src/templates/staff/circ/patron/t_edit.tt2 @@ -465,7 +465,7 @@ within the "form" by name for validation. ng-click="set_profile(entry.grp())">{{entry.grp().name()}}
  • + ng-class="{disabled : grp.usergroup() == 'f'}"> {{grp.name()}} -- 2.43.2