-
-
Notifications
You must be signed in to change notification settings - Fork 28
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
Email notification subject submission status not updated correctly #202
Comments
Is an error thrown when you try to set the status via the submission index? I will note that you're not able to approve your own submissions if you're both the editor and the user toggling the status. That would miss the point of a review process. |
@engram-design Yes.On the submission index and submission edit page. We have different user groups for editors and publishers.
|
@engram-design Here is additional information for you to replicate. Email template : When a publisher approves or rejects an editor submission: Subject: Your submission for "{{ submission.owner.title }}" has been {{ submission.status }} on the Website CMS. Your submission for {{ submission.owner.title }} has been {{ submission.status }} on the Website CMS. The submission's status is changed on the control panel during the updating, which is functioning well. Yes , it's just the email subject that seems to be "behind". |
Oh, and the body content of the email would show the incorrect status too, right?
Just in case it's a subject-specific issue, or any reference to status in the email. |
@engram-design another issue, I will adjust it to either approve or reject. The email linked to the {{submission.ownerCpUrl}} variable corresponds to a bad request. Thank you |
Describe the bug
Email notification subject submission status not updated correctly
SUBJECT: Your submission for "{{ submission.owner.title }}" has been {{ submission.status }}
The issue occurred only when the submission was approved or rejected the status was always "pending" on the following pages.
admin/workflow/submissions/edit/{submission_id}?site=australia ->On this page, when clicking "Save"
admin/workflow?site=australia&source=*&status=pending ->On this page, when clicking "set status"
Its working correctly on the entry page.
The email templates do not update the submission.status variable.
Thank you
Steps to reproduce
Craft CMS version
4.6.1
Plugin version
2.0.8
Multi-site?
Yes
Additional context
No response
The text was updated successfully, but these errors were encountered: