- Issue created by @krystalcode
- Merge request !5Issue #3451443 Added permission for resending emails → (Merged) created by krystalcode
- Status changed to Needs review
over 1 year ago 1:41am 31 May 2024 - Status changed to Needs work
about 1 year ago 10:03am 7 June 2024 - 🇧🇪Belgium svendecabooter Gent
Thanks for the merge request.
An update hook would indeed be required, to grant all users that currently have permission to resend the email, that new permission.
Or alternatively, we could adjust the access check as follows:Either you have access via the new permission OR you have access via the current access check logic.
That would avoid automatically adding permissions to users, which is maybe not what all site owners want to happen automatically...
- Status changed to Fixed
6 days ago 7:05am 27 August 2025 - 🇧🇪Belgium svendecabooter Gent
Added the new permission, while keeping the existing access logic intact.
You can now use this functionality if you are able to update user entities (current access logic), OR apply the action to user entities if you have the newly added permission granted. -
svendecabooter →
committed e5c73345 on 1.0.x authored by
krystalcode →
[#3451443] feat: Add permission for resending emails By: krystalcode By...
-
svendecabooter →
committed e5c73345 on 1.0.x authored by
krystalcode →