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
When an entry with existing drafts is soft deleted, those drafts are still returned by queries.
Should be soft deleted as a whole with all its drafts. (Didn't check that for revisions...)
PS. It's also possible to open an edit screen for this draft, entering the url manually.
Thanks.
The text was updated successfully, but these errors were encountered:
283bdac
Thanks for pointing that out! Just fixed this for the next release.
To get the fix early, change your craftcms/cms requirement in composer.json to:
craftcms/cms
"require": { "craftcms/cms": "dev-develop#283bdaca9925be2f22e413ef1f586a90038a9618 as 3.2.10", "...": "..." }
Then run composer update.
composer update
Sorry, something went wrong.
No branches or pull requests
Description
When an entry with existing drafts is soft deleted, those drafts are still returned by queries.
Should be soft deleted as a whole with all its drafts. (Didn't check that for revisions...)
PS.
It's also possible to open an edit screen for this draft, entering the url manually.
Thanks.
Steps to reproduce
Additional info
The text was updated successfully, but these errors were encountered: