From: Bill Erickson Date: Mon, 6 Aug 2018 15:35:44 +0000 (-0400) Subject: LP#1744756 Grp display tree minor fixes. X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=c5e8a84e54af6fd925fe047c40e53559f6ae8d6e;p=contrib%2FConifer.git 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 --- 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()}}