Needs review
Project:
CCK Private Fields
Version:
6.x-1.1
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
16 Jan 2011 at 05:58 UTC
Updated:
22 Feb 2012 at 21:53 UTC
Jump to comment: Most recent file
Comments
Comment #1
j0e commentedps. thanks Marc for the module, of course :)
Joseph
Comment #2
tugis commentedFirst of all, congrats for this great module!
I found the same issue. I took a look at the code of the module and I suppose that the behaviour explained above is the expected one, althought is not working and the value in the dialog is always the 1st one:
I found this in "privacy_status_dialog.js".
Subscribing
Comment #3
tugis commentedHere is a patch that solves the problem. What I do is "uncheck" all radio buttons before checking the correct one. The existing code checks the stored privacy but, because the first one is always checked, it won't work.
Comment #4
tugis commentedComment #5
j0e commentedHi Luís,
thanks, great patch...works well!