From 187713a3712f3f0d9591f2602ed526333e5c76f2 Mon Sep 17 00:00:00 2001 From: Josh Stompro Date: Mon, 17 Aug 2015 13:29:44 -0500 Subject: [PATCH] LP#1392396 - Changed the hook description to match the other au hook entries. Signed-off-by: Josh Stompro --- Open-ILS/src/sql/Pg/950.data.seed-values.sql | 2 +- Open-ILS/src/sql/Pg/upgrade/XXXX.new_user_created_notice.sql | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Open-ILS/src/sql/Pg/950.data.seed-values.sql b/Open-ILS/src/sql/Pg/950.data.seed-values.sql index 1e214d80cc..426e235302 100644 --- a/Open-ILS/src/sql/Pg/950.data.seed-values.sql +++ b/Open-ILS/src/sql/Pg/950.data.seed-values.sql @@ -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. diff --git a/Open-ILS/src/sql/Pg/upgrade/XXXX.new_user_created_notice.sql b/Open-ILS/src/sql/Pg/upgrade/XXXX.new_user_created_notice.sql index e2418847f6..3b5f13c99e 100644 --- a/Open-ILS/src/sql/Pg/upgrade/XXXX.new_user_created_notice.sql +++ b/Open-ILS/src/sql/Pg/upgrade/XXXX.new_user_created_notice.sql @@ -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. -- 2.11.0