- Status changed to RTBC
over 2 years ago 3:08pm 17 February 2023 - 🇺🇦Ukraine ysamoylenko
Hello @savel,
Thank you for the patch.
It looks good to me.
Happy to RTBC!
- First commit to issue fork.
- 🇮🇳India urvashi_vora Madhya Pradesh, India
Reviewed and tested the patch, works well for me as well.
LGTM, RTBC++
Committing the changes for helping the maintainer.
- @urvashi_vora opened merge request.
- Status changed to Fixed
almost 2 years ago 11:30am 6 December 2023 - 🇧🇾Belarus dewalt
Looks like the maintainer solved this issue in this commit 2 mount ago and left you without credits(
Automatically closed - issue fixed for 2 weeks with no activity.
- Status changed to Fixed
about 2 months ago 11:16am 25 August 2025 - 🇦🇺Australia alex.skrypnyk Melbourne
This code was added in 3.6 to check for the anonymous access to the content before adding the email address to the senders list:
$anonymous_access = $entity->access('view', User::getAnonymousUser());
But this does not make sense: if the transition was into the draft state, this check will always return FALSE. This makes this module only usable for transitions to a published state when your recipient is an email who is not a user of the website.
Such logic change is weird to say the least.
A workaround is to implement a hook and replicate the old behaviour.