From 168ee96999ab6e1e03a7d6db32da07b26d033273 Mon Sep 17 00:00:00 2001 From: Jason Etheridge Date: Fri, 16 Dec 2022 07:47:26 -0500 Subject: [PATCH] simplify/robustify the insertion of dividers in fmEditor here with the new appendTemplate fmOption --- .../circ-matrix-matchpoint.component.html | 56 +++++----------------- 1 file changed, 11 insertions(+), 45 deletions(-) diff --git a/Open-ILS/src/eg2/src/app/staff/admin/local/circ_matrix_matchpoint/circ-matrix-matchpoint.component.html b/Open-ILS/src/eg2/src/app/staff/admin/local/circ_matrix_matchpoint/circ-matrix-matchpoint.component.html index 887f7c097f..c37ae67e26 100644 --- a/Open-ILS/src/eg2/src/app/staff/admin/local/circ_matrix_matchpoint/circ-matrix-matchpoint.component.html +++ b/Open-ILS/src/eg2/src/app/staff/admin/local/circ_matrix_matchpoint/circ-matrix-matchpoint.component.html @@ -34,54 +34,20 @@ -
- -
-
-
Circulation Policies
+
+
+ + +
-
- -
-
-
Circulation Policy Effects
+
+
+ + +
@@ -93,6 +59,6 @@ fieldOrder="id,active,grp,org_unit,copy_circ_lib,copy_owning_lib,user_home_ou,is_renewal,juvenile_flag,circ_modifier,copy_location,marc_type,marc_form,marc_bib_level,marc_vr_format,ref_flag,usr_age_lower_bound,usr_age_upper_bound,item_age,circulate,duration_rule,renewals,hard_due_date,recurring_fine_rule,grace_period,max_fine_rule,available_copy_hold_ratio,total_copy_hold_ratio,script_test,description" requiredFields="active,grp,org_unit" (recordSaved)="configureLimitSets($event); clearLinkedCircLimitSets(); closeDialog()" - [fieldOptions]="{active:{customTemplate:{template:active}}, item_age:{customTemplate:{template:item_age}}}"> + [fieldOptions]="{active:{appendTemplate:{template:active}}, item_age:{appendTemplate:{template:item_age}}}"> -- 2.11.0