From 928094b536189fc2c7896d67ab6b97f3f241022b 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 ec2086a056..65debeeb25 100644 --- a/Open-ILS/examples/fm_IDL.xml +++ b/Open-ILS/examples/fm_IDL.xml @@ -11083,7 +11083,7 @@ SELECT usr, - + @@ -11098,7 +11098,7 @@ SELECT usr, - + -- 2.11.0