Closed (fixed)
Project:
Rules Link
Version:
7.x-1.x-dev
Component:
User interface
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
6 Jul 2012 at 05:59 UTC
Updated:
16 Dec 2013 at 09:00 UTC
Jump to comment: Most recent, Most recent file

Comments
Comment #1
sepgil commentedSorry, but i can't replicate this issue. Are you using any additional (permission?) modules?
Comment #2
mavimo commentedin
form_state must be passed by reference
Comment #3
archnode commentedI also experienced this problem in the latest dev version. Also, the permission matrix doesn't seem to get saved as the default submit handler of the original rules ui form doesn't get called here. Related to this the state configuration referencing "Configure access" checkbox isn't valid in this context and prevents the javascript-show/hide effect of the permission matrix. The attached patch tries to correct these problems.
Comment #4
sepgil commentedThx, I've comitted the patch.