Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

Customising the CMS /

Moderators: martimiz, Sean, Ed, biapar, Willr, Ingo, swaiba

Member SideReports in 2.4.0


Go to End


1115 Views

Avatar
wildflower1975

Community Member, 63 Posts

6 April 2010 at 12:44pm

I've created a custom Member report that shows in the Sidebar (left hand side of the CMS) and I've got it to show the records as a link
to

 http://localhost/silverstripe/admin/security/EditForm/field/Members/item/5/edit

which on the Security tab of the CMS will open the record ( / DataObject?) in a modal popup, but clicking the link from the sidebar doesn't open the popup.

I'm guessing I'm missing some/all of the necessary form code for it to be built (ajaxy or not), can this be done with an include?

should/can the sidebar reports 'widget' be placed on the Security page?

I'm guessing there could be cross pollination issues between Site Content and User permissions/administration