Turn on open-ils.pcrud personality for EGWeb and EGCatLoader ... more may need this
authorMike Rylander <mrylander@gmail.com>
Tue, 29 Jul 2014 16:47:17 +0000 (12:47 -0400)
committerMike Rylander <mrylander@gmail.com>
Tue, 29 Jul 2014 16:47:17 +0000 (12:47 -0400)
Signed-off-by: Mike Rylander <mrylander@gmail.com>
Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader.pm
Open-ILS/src/perlmods/lib/OpenILS/WWW/EGWeb.pm

index 7fe805b..6986701 100644 (file)
@@ -10,7 +10,7 @@ use OpenSRF::Utils qw/:datetime/;
 use OpenSRF::Utils::JSON;
 use OpenSRF::Utils::Logger qw/$logger/;
 use OpenILS::Application::AppUtils;
-use OpenILS::Utils::CStoreEditor qw/:funcs/;
+use OpenILS::Utils::CStoreEditor (':funcs', personality => 'open-ils.prcud');
 use OpenILS::Utils::Fieldmapper;
 use DateTime::Format::ISO8601;
 use CGI qw(:all -utf8);
index 8b72e53..1514ad1 100644 (file)
@@ -9,7 +9,7 @@ use Apache2::Const -compile => qw(OK DECLINED HTTP_INTERNAL_SERVER_ERROR);
 use Apache2::Log;
 use OpenSRF::EX qw(:try);
 use OpenSRF::AppSession;
-use OpenILS::Utils::CStoreEditor q/:funcs/;
+use OpenILS::Utils::CStoreEditor (':funcs', personality => 'open-ils.prcud');
 use List::MoreUtils qw/uniq/;
 
 use constant OILS_HTTP_COOKIE_SKIN => 'eg_skin';