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
I have an error when a user save an existing entry as draft:
/craft/plugins/postmaster/core/parcel_types/DefaultParcelType.php(51) Undefined index: isNewEntry
In $event->params, I have a "isNewDraft" but no "isNewEntry", but I'm not confortable enough to hack the code and test both variables ;) Should I?
The text was updated successfully, but these errors were encountered:
Check if it's a new entry or a new draft
817eb28
This is working in my case to fix objectivehtml#25 but I need your science here.
Successfully merging a pull request may close this issue.
I have an error when a user save an existing entry as draft:
In $event->params, I have a "isNewDraft" but no "isNewEntry", but I'm not confortable enough to hack the code and test both variables ;) Should I?
The text was updated successfully, but these errors were encountered: