-
-
Notifications
You must be signed in to change notification settings - Fork 825
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
SearchKit - Fix permission to access task list #21045
SearchKit - Fix permission to access task list #21045
Conversation
This regressed in 06ea32c, as a new api action was added but permissions were not declared.
(Standard links)
|
@colemanw should this be against the rc? |
Good catch @eileenmcnaughton - I actually based it on that branch but forgot to specify 5.40 when I opened the PR. |
@colemanw - oh - has the rc been cut? 5.40 is the stable release now isn't it? |
Yea branch |
@colemanw I gave it MOP - but I guess you have to flip it back to master |
@colemanw wanna do a backport against 5.40 now? |
Hi @colemanw i'm testing and it works. thanks so lot ;) |
@wyde22 I've lost track of this one - I'm thinking it is in the rc but NOT in 5.40.x & we should consider backporting? |
@eileenmcnaughton it was backported to 5.40 |
thanks @colemanw |
Overview
Fixes a regression preventing access to the tasks menu in search displays for non-admin users.
Before
For non-admin users, the task menu just spins:
After
Task menu shows for all users with "access CiviCRM"
Technical Details
This regressed in 06ea32c, as a new api action was added but permissions were not declared.