'coust', 'description'),
'bool', null)
+,( 'ui.patron.edit.au.state.require', 'gui',
+ oils_i18n_gettext('ui.patron.edit.au.state.require',
+ 'Require State field on patron registration',
+ 'coust', 'label'),
+ oils_i18n_gettext('ui.patron.edit.au.state.require',
+ 'The State field will be required on the patron registration screen.',
+ 'coust', 'description'),
+ 'bool', null)
+
+,( 'ui.patron.edit.au.state.show', 'gui',
+ oils_i18n_gettext('ui.patron.edit.au.state.show',
+ 'Show State field on patron registration',
+ 'coust', 'label'),
+ oils_i18n_gettext('ui.patron.edit.au.state.show',
+ 'The State field will be shown on the patron registration screen. Showing a field makes it appear with required fields even when not required. If the field is required this setting is ignored.',
+ 'coust', 'description'),
+ 'bool', null)
+
+,( 'ui.patron.edit.au.state.suggest', 'gui',
+ oils_i18n_gettext('ui.patron.edit.au.state.suggest',
+ 'Suggest State field on patron registration',
+ 'coust', 'label'),
+ oils_i18n_gettext('ui.patron.edit.au.state.suggest',
+ 'The State field will be suggested on the patron registration screen. Suggesting a field makes it appear when suggested fields are shown. If the field is shown or required this setting is ignored.',
+ 'coust', 'description'),
+ 'bool', null)
+
,( 'ui.patron.edit.aua.post_code.example', 'gui',
oils_i18n_gettext('ui.patron.edit.aua.post_code.example',
'Example for post_code field on patron registration',
SELECT evergreen.upgrade_deps_block_check('XXXX', :eg_version);
--- state can no longer be a "not null"
+-- allow state to be null
ALTER TABLE actor.usr_address ALTER COLUMN state DROP NOT NULL;
-- create new YAOUS
'gui',
oils_i18n_gettext(
'ui.patron.edit.au.state.require',
- 'Require State on registration',
+ 'Require State field on patron registration',
'coust',
'label'
),
oils_i18n_gettext(
'ui.patron.edit.au.state.require',
- 'Require the State field to be filled when registering or editing a patron.',
+ 'The State field will be required on the patron registration screen.',
'coust',
'description'
),
'gui',
oils_i18n_gettext(
'ui.patron.edit.au.state.show',
- 'Show State on registration',
+ 'Show State field on patron registration',
'coust',
'label'
),
oils_i18n_gettext(
'ui.patron.edit.au.state.show',
- 'Show the state field when registering or editing a patron.',
+ 'The State field will be shown on the patron registration screen. Showing a field makes it appear with required fields even when not required. If the field is required this setting is ignored.',
'coust',
'description'
),
'gui',
oils_i18n_gettext(
'ui.patron.edit.au.state.suggest',
- 'Suggest State on registration',
+ 'Suggest State field on patron registration',
'coust',
'label'
),
oils_i18n_gettext(
'ui.patron.edit.au.state.suggest',
- 'Suggest filling the state field when registering or editing a patron.',
+ 'The State field will be suggested on the patron registration screen. Suggesting a field makes it appear when suggested fields are shown. If the field is shown or required this setting is ignored.',
'coust',
'description'
),