availability of orphaned values in forms
Anthony Pankov <[email protected]>
| Newsgroups | gmane.comp.bug-tracking.roundup.user |
|---|---|
| Message-ID | <[email protected]> |
Greetings. I try to modify web page with user properties to make 'roles' modifications via checkboxes. I successfully render checkboxes with role names and plan to combine this values into roles string in auditor function. The problem is that values of checkboxes (for example, "user manager") does not appear in 'newvalues' dictionary in auditor function. It seems that this values are ignored by form_parse module because of unrelation with class properties. Is there any way to get those orphaned values in auditor? -- Best regards, Anthony mailto:[email protected] ------------------------------------------------------------------------------