Closed (fixed)
Project:
Multivariate
Version:
7.x-1.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
23 Jan 2013 at 18:06 UTC
Updated:
6 Sep 2013 at 16:31 UTC
Jump to comment: Most recent file
Comments
Comment #1
dshumaker commentedAttached patch fix.
Comment #2
pivica commentedThanks.
But 'administer multivariate studies' permissions is used on more places in code, for example in multivariate_access() callback also, and it is maybe more descriptive for the end user instead of 'administer multivariate entities'.
Attached patch is renaming all 'administer multivariate entities' to 'administer multivariate studies'. Can you please test - don't forget to run update.php because menu item access arguments are changes so we need to clear menu cache.
Comment #3
danillonunes commentedPatch from #2 tested and working fine. The only thing is that there's some misleading white spaces in the .install chunk.
Comment #4
pivica commentedThx for review. Also fixed white spaces error.