We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If you have an entries fieldtype referencing a non-existent collection and you reference the fieldset in the CP, the error is not very clear.
entries
Make a fieldset (by hand) that has an entries fieldtype w/ a non-existent collection:
field: type: entries max_items: 1 width: 50 display: Entry collections: - i-dont-exist - blog
https://flareapp.io/share/o7Aeqd7p
Statamic version: 3.0.0-beta-27
PHP version: 7.4
Install method (choose one):
statamic/statamic
The text was updated successfully, but these errors were encountered:
I've replicated this bug and created a fix (#2422)
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Bug Description
If you have an
entries
fieldtype referencing a non-existent collection and you reference the fieldset in the CP, the error is not very clear.How to Reproduce
Make a fieldset (by hand) that has an entries fieldtype w/ a non-existent collection:
Extra Detail
https://flareapp.io/share/o7Aeqd7p
Environment
Statamic version: 3.0.0-beta-27
PHP version: 7.4
Install method (choose one):
statamic/statamic
(with migrator)The text was updated successfully, but these errors were encountered: