-
Notifications
You must be signed in to change notification settings - Fork 641
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
configMap in table 'info' stores absolute paths #4405
Comments
Most likely a bug in |
This is fixed for the next release. To get the fix early, change your "require": {
"craftcms/cms": "dev-develop#3eb805bc82f229d1e2d8b1f075a0089dc7227fd0 as 3.1.30",
"...": "..."
} Then run |
@brandonkelly Thanks for the quick response. After clearing the configMap field and saving a field, the content shows Saving the field again show an error Manually changing the content to |
Hey @wsydney76 thanks for testing! Do you mind testing once more? This time set your "require": {
"craftcms/cms": "dev-develop#be1a1aa66d32b0704e41e5d3eebec0f61797514f as 3.1.30",
"...": "..."
} Then run |
Fresh install (3.1.30), enabling projectConfigFile and saving a field:
Applying the patch, clearing the configMap and resaving the field:
When moving the project files to a new location and adding a few more config changes, everything seems to work fine, project.yaml is correctly saved in the new location. Thanks! |
Great, thanks again @wsydney76! |
Description
Saw a closed issue #3546 for that, but i still see absolute paths in the configMap field like that:
{"email":"E:\\craft\\temp2\\config\\project.yaml","fieldGroups":"E:\\craft\\temp2\\config\\project.yaml",
...Maybe because of the windows file paths?
Steps to reproduce
Additional info
The text was updated successfully, but these errors were encountered: