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.

All other Modules /

Discuss all other Modules here.

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

DataObjectManager - Conflict with ComplexTableField


Go to End


1326 Views

Avatar
bmc38119

Community Member, 45 Posts

15 September 2009 at 5:12am

Uncle Cheese -

I had a scenario come up yesterday where i need to have 2 instances of DataObjectManager for a class. I set them each up on a separate tab. Everything works fine. However, since there is no csv export capability with DataObjectManager yet, I needed to change one of these instanced to a ComplexTableField to achieve that functionality.

I noticed when I did this that the popup for the ComplexTableField would no longer function correctly (it would open up in full page instead of the lightbox popup frame. the DataObejctManager popup worked fine. I thought maybe the names of the popup functions were conflicting, so i made the names unique. but still no luck.

question #1: do you know of any current conflict between these 2 form fields when being called on the same class (on different tabs)?

question #2: do you have any planned enhancement of DataObjectManager to include export csv capability?

thanks