warn about using sms.enable with certain orgs
authorJason Etheridge <jason@esilibrary.com>
Fri, 6 Jan 2012 15:10:35 +0000 (07:10 -0800)
committerJason Etheridge <jason@esilibrary.com>
Fri, 6 Jan 2012 15:10:35 +0000 (07:10 -0800)
Signed-off-by: Jason Etheridge <jason@esilibrary.com>
Open-ILS/src/sql/Pg/950.data.seed-values.sql
Open-ILS/src/sql/Pg/upgrade/XXXX.schema.sms_carriers.sql

index 1ccad66..3d725ff 100644 (file)
@@ -4524,7 +4524,7 @@ INSERT into config.org_unit_setting_type
     ),
     oils_i18n_gettext(
         'sms.enable',
-        'Current features that use SMS include hold-ready-for-pickup notifications and a "Send Text" action for call numbers in the OPAC. If this setting is not enabled, the SMS options will not be offered to the user.',
+        'Current features that use SMS include hold-ready-for-pickup notifications and a "Send Text" action for call numbers in the OPAC. If this setting is not enabled, the SMS options will not be offered to the user.  Unless you are carefully silo-ing patrons and their use of the OPAC, the context org for this setting should be the top org in the org hierarchy, otherwise patrons can trample their user settings when jumping between orgs.',
         'coust',
         'description'
     ),
index c5c25e1..fc134d6 100644 (file)
@@ -27,7 +27,7 @@ INSERT INTO config.org_unit_setting_type (name, grp, label, description, datatyp
         ),
         oils_i18n_gettext(
             'sms.enable',
-            'Current features that use SMS include hold-ready-for-pickup notifications and a "Send Text" action for call numbers in the OPAC. If this setting is not enabled, the SMS options will not be offered to the user.',
+            'Current features that use SMS include hold-ready-for-pickup notifications and a "Send Text" action for call numbers in the OPAC. If this setting is not enabled, the SMS options will not be offered to the user.  Unless you are carefully silo-ing patrons and their use of the OPAC, the context org for this setting should be the top org in the org hierarchy, otherwise patrons can trample their user settings when jumping between orgs.',
             'coust',
             'description'
         ),