From ac588e879cf73ff1b65617e0bd273361d3529063 Mon Sep 17 00:00:00 2001 From: Jason Stephenson Date: Tue, 24 Feb 2015 14:05:16 -0500 Subject: [PATCH] LP#1206589: Temporary Fix for Org. Unit Settings History Bug This commit makes two changes to the coustl IDL entry. 1. It adds a retrieve permission of STAFF_LOGIN. This at least requires someone with staff permission to be able to view settings history. 2. It fixed the primary key field from date_applied to id. The prior setting was just an outright error. NOTE: This is intended as a short term fix for the Library Settings Editor history feature. Signed-off-by: Jason Stephenson Signed-off-by: Ben Shum --- Open-ILS/examples/fm_IDL.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Open-ILS/examples/fm_IDL.xml b/Open-ILS/examples/fm_IDL.xml index 853d785a59..354d396496 100644 --- a/Open-ILS/examples/fm_IDL.xml +++ b/Open-ILS/examples/fm_IDL.xml @@ -11140,7 +11140,7 @@ SELECT usr, - + @@ -11155,7 +11155,7 @@ SELECT usr, - + -- 2.43.2