LP#1392396 - Changed the hook description to match the other
authorJosh Stompro <stomproj@larl.org>
Mon, 17 Aug 2015 18:29:44 +0000 (13:29 -0500)
committerGalen Charlton <gmc@esilibrary.com>
Thu, 3 Mar 2016 01:25:46 +0000 (20:25 -0500)
  au hook entries.

Signed-off-by: Josh Stompro <stomproj@larl.org>
Open-ILS/src/sql/Pg/950.data.seed-values.sql
Open-ILS/src/sql/Pg/upgrade/XXXX.new_user_created_notice.sql

index 1e214d8..426e235 100644 (file)
@@ -15817,7 +15817,7 @@ INSERT INTO action_trigger.environment (event_def, path) VALUES
 --Start new patron welcome email notice/action -----------
 --create hook for actor.usr.create_date
 INSERT INTO action_trigger.hook (key, core_type, description, passive)
-    VALUES ('au.created', 'au', 'Account is created', 't');
+    VALUES ('au.created', 'au', 'A user was created', 't');
        
 --SQL to create event definition for new account creation notice
 --Inactive, owned by top of org tree by default.  Modify to suit needs.
index e241884..3b5f13c 100644 (file)
@@ -2,7 +2,7 @@ BEGIN;
 
 --create hook for actor.usr.create_date
 INSERT INTO action_trigger.hook (key, core_type, description, passive)
-    VALUES ('au.created', 'au', 'Account is created', 't');
+    VALUES ('au.created', 'au', 'A user was created', 't');
        
 --SQL to create event definition for new account creation notice
 --Inactive, owned by top of org tree by default.  Modify to suit needs.