Closed (fixed)
Project:
Views PHP
Version:
7.x-1.x-dev
Component:
Access Plugin
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
2 May 2011 at 14:50 UTC
Updated:
6 Mar 2012 at 01:00 UTC
Hi casey :)
Thank you for porting this module to D7.
I needed to work with views_php_plugin_access to provide custom Admin access to views. However, the values were not being saved. After some poking around at the code, and using the Role Access plugin (http://views.doc.logrus.com/classviews__plugin__access__role.html#d9bf6e...) as a jumping point, I found that the values werent being saved post-submit. I think its the way the form is built, and so it requires a simple options_submit addition to align these values correctly. Herewith a patch that I have tested, and works on my side.
Thanks,
Greg
| Comment | File | Size | Author |
|---|---|---|---|
| views_php_plugin_access.inc-options_submit.patch | 482 bytes | Gemma Morton |
Comments
Comment #1
dkgof commentedI can confirm that the patch works for me.
Comment #2
ShadowKyogre commentedThe patch also works for me as well.
Comment #3
Gemma Morton commentedPlease commit this patch
Comment #4
rv0 commentedPatch works great
please commit
Comment #5
FAAREIA commentedthanks for the patch, it works.
Comment #6
joelstein commentedWorks for me! Let's get it committed.
Comment #7
fureigh commentedWorked for me, too. Thank you!
Comment #8
Frogtown commented30 Weeks with no commits, is there any plan for continued support on this module?
Comment #9
johnpitcairn commentedPatch works here, can we get it committed please?
Comment #10
casey commentedcommitted