Ticket #2540 (closed defect: fixed)
branches/roa: SecurityAdmin broken
| Reported by: | ischommer | Assigned to: | sminnee |
|---|---|---|---|
| Type: | defect | Priority: | blocker |
| Milestone: | Component: | CMS - Security section | |
| Version: | Severity: | medium effort / impact | |
| Keywords: | Cc: | mrickerby | |
| Due date: | Hours: |
Description (last modified by ischommer) (diff)
Not working:
- Group saving
- Member search
- Inline add
- Add through popup ("Add member")
- Export to CSV
Can't test:
- Permission save/update/delete
So pretty much the whole interface... :/ The ajax requests use deprecated callfieldmethod notations, which is probably the root cause for all errors.
I've tried to fix it, but couldn't even get the handling of sub-URLs going.
Before: /admin/security/index/2/EditForm&fieldName=Members&action_callfieldmethod&&methodName=addtogroup&
After (Error: I can't handle sub-URLs of a SecurityAdmin? object.): /admin/security/index/2/EditForm/field/Members/addtogroup
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
