LP#1392396 - Changed the hook description to match the other user/stompro/lp1392396_action_trigger_user_created
authorJosh Stompro <stomproj@larl.org>
Mon, 17 Aug 2015 18:29:44 +0000 (13:29 -0500)
committerJosh Stompro <stomproj@larl.org>
Mon, 17 Aug 2015 18:29:44 +0000 (13:29 -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 13d384c..2142cab 100644 (file)
@@ -13977,7 +13977,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.