-
-
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
dev/core#297 : fix broken permission 'access my cases and activities' #12613
Conversation
(Standard links)
|
Jenkins re test this please |
Test fail seems unrelated @colemanw thoughts? |
test this please |
7f92a99
to
4efdc3d
Compare
4efdc3d
to
bf5990e
Compare
I agree with this fix. I think since this is a regression we should merge it into the RC branch. |
@colemanw it looks like it regressed in 4.7.31 - which is long enough ago it's not an automatic for the rc, although it looks pretty safe so I think if you are confident then delivering the fix sooner rather than later makes sense |
Yes I give this fix my official seal of approval. |
Just flagging this as open despite Coleman's goat of approval. |
was it backported? |
I don’t know. I checked the lines of code listed in this fix and they are corrected but I am getting the issue below I have a test site setup using the bitnami VirtualBox build - with civicrm 5.6.1 |
Ok after some late night playing around it seems the issue is not this fix, but something going wrong with the Civicase Extenstion When I disabled this extension everything worked as it suppose to - going to post this issue there |
Overview
See https://civicrm.stackexchange.com/questions/25950/problem-with-civicase This regression is caused by CRM-21461 changes.
Before
The permission 'access my cases and activities' was broken.
After
The permission 'access my cases and activities' was fixed.