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

uncheck object -> "Save success" -> still checked


Go to End


2 Posts   1604 Views

Avatar
tschul

Community Member, 4 Posts

19 September 2012 at 2:13am

Dear community,

at my webpage there are now 219 rather complex data objects managed by three instances of the DOM (version from Dec 2011). Every DOM manages the has_many relation of the page type to the objects.

So far, the DOMs were set to show the first 200 objects on a page, therefore everything went fine so far.

$tablefield->setPageSize(200);

Now, when I want to edit or check a object on the SECOND PAGE of the DOM, it does everything perfectly, except un-checking the has_one relation. The CMS gives me the green "Status saved successfully" message, and the DOM hops back to the first page. When I navigate to the second page, the object is still checked.

When I set the standard objects per page to 500, everything is fine again. :P I just have to avoid page number two.
$tablefield->setPageSize(500);

Can you recommend any actions on this? Is this a known issue? I did not find anything here...

cheers,
J

Avatar
tschul

Community Member, 4 Posts

25 September 2012 at 6:21pm

nobody experienced sth. similar? Weird...