Ticket #2540 (closed defect: fixed)

Opened 5 months ago

Last modified 1 month ago

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

Changed 5 months ago by ischommer

  • description changed from 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}}} to 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}}}

Changed 1 month ago by sminnee

  • status changed from new to closed
  • resolution set to fixed

This has been previously fixed.

Note: See TracTickets for help on using tickets.