Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New localgov date formats are missing UUID when installed during an update #77

Open
andybroomfield opened this issue May 2, 2024 · 0 comments

Comments

@andybroomfield
Copy link
Contributor

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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant