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.

DataObjectManager Module /

Discuss the DataObjectManager module, and the related ImageGallery module.

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

Custom getCMSFields_forPopup in AssetsManager


Go to End


846 Views

Avatar
oleze

Community Member, 65 Posts

7 November 2010 at 6:11am

I've written a custom getCMSFields_forPopup function for my DataObjects. Everything works well if the DataObjects get viewed within the normal page dialog. If I'd like to open the DataObject (which have files in) in the AssetManager the custom getCMSFields_forPopup function isn't used. Can I get the CMS to use my function?