Uh oh!
There was an error while loading. Please reload this page.
[5.x] Separate globals config and content - #411
Merged
Conversation
There's still two failing tests locally, I'll get these fixed up tomorrow.
duncanmccleanforce-pushed
the
separate-globals
branch
from
March 19, 2025 11:19
cbd6ae8 to
8f7ea26Compareduncanmcclean
marked this pull request as ready for review
March 19, 2025 17:10
We're not using it anymore, and we've removed its equivelent in core.
This was referenced May 28, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request makes the required changes to accommodate the changes in statamic/cms#11585, including:
sitesoption on global setssitesarray, rather than checking the existence of global variables in sites.origincolumn on theglobal_set_variablestable, as the origin now comes from thesitesarray.UpdateGlobalVariables), mirroring the update script from my Core PR, but just touching the database rather than YAML files.