You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Follow up to #72
If the new core.date_format.localgov_forms_date_datetime and core.date_format.localgov_forms_date_short_date where installed via an update hook, they will be missing a UUID (its set to NULL). This can cause a deployment issue in certian environments that check for config diferences after the deployment (like Acquia BLT).
We need to write an update hook to add the missing UUID for those who don't add it manually, checking not to replace the existing one (those who install the module instead of updating will have a UUID already).
The text was updated successfully, but these errors were encountered:
Follow up to #72
If the new
core.date_format.localgov_forms_date_datetime
andcore.date_format.localgov_forms_date_short_date
where installed via an update hook, they will be missing a UUID (its set to NULL). This can cause a deployment issue in certian environments that check for config diferences after the deployment (like Acquia BLT).We need to write an update hook to add the missing UUID for those who don't add it manually, checking not to replace the existing one (those who install the module instead of updating will have a UUID already).
The text was updated successfully, but these errors were encountered: