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.

General Questions /

General questions about getting started with SilverStripe that don't fit in any of the categories above.

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

Missing content in getCMSFields_forPopup


Go to End


1211 Views

Avatar
dompie

Community Member, 88 Posts

3 September 2010 at 12:03am

Edited: 03/09/2010 12:06am

Hi,

I have done my first CTF for image attachments as described in this topic. It works fine except one thing.
When I create a new image attachment in the popup, I have to enter the title and then click on 'Save' button. Right after the save the popup content reloads and my entered data is not display, although it has been saved successfully.

I have tried to put the property name in 'summary_fields' property ( described in docs ) but it does not help either. Also it does not help to add a sperate action response.

Anyone knows a how to fix this?