- Issue created by @samalander
- First commit to issue fork.
- Merge request !13Issue #3392037: Rebuild permission warning shouldn't be shown to users who can't do so → (Merged) created by spfaffly
- Status changed to Needs review
about 1 year ago 6:11pm 11 October 2023 - 🇳🇴Norway gisle Norway
Spiffy, thanks for the MR! We need someone using the module and who is bitten by this review it.
- 🇺🇸United States spfaffly
@gisle You're welcome.
I've come across a similar issue and figured this would be the best approach.
This MR basically has a check if the current user has the permission of "access administration pages" and displays that message accordingly.
Any users that don't have this permission won't see this message.
- 🇧🇷Brazil andre.bonon
Hi, I've experienced the same issue with the message being displayed to users who don't have permissions to rebuild permissions. I'm going to apply the patch and let you know if it works.
I'm attaching a patch file from the diff so we can use it with composer. - Status changed to RTBC
about 1 year ago 8:31pm 13 November 2023 - Status changed to Fixed
12 months ago 5:26pm 28 November 2023 Automatically closed - issue fixed for 2 weeks with no activity.
- Status changed to Fixed
6 months ago 7:55am 3 June 2024 - 🇮🇳India vipul tulse
@gisle Guys any plan to release new version with this issue
- 🇩🇪Germany stolzenhain
Strangely, this patch would still show the message to users who definitely weren't being able to access the admin/rebuild page.
- 🇩🇪Germany stolzenhain
Hello @gisle – thanks for checking on this – the reason we still saw the message was us using Rules successor ECA which switches users for role operation permissions (as seen in the demo feature) – effectively receiving the message while in a temporary admin state.
We fixed this by applying a local patch that removes the message output.
Automatically closed - issue fixed for 2 weeks with no activity.