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

File database table has no SortOrder field


Go to End


12 Posts   5070 Views

Avatar
UncleCheese

Forum Moderator, 4102 Posts

17 January 2010 at 3:24pm

Hi, Guys,

I've confirmed the bug. Not sure what's wrong at this point, but it looks like SortableDataObject is out of order on 2.3.4 when running the latest DOM.

Avatar
UncleCheese

Forum Moderator, 4102 Posts

17 January 2010 at 4:46pm

The problem lies in a 2.3.4 update to Object::uninherited_static() method. I'm a little puzzled why Silverstripe changed it they way they did. I'm going to put in a support request and see if we can get some answers. Thanks for your patience.

Avatar
Patrick Arlt

Community Member, 15 Posts

17 January 2010 at 5:51pm

In the meantime you can add SortOrder to the File table manually to get things working.

Avatar
UncleCheese

Forum Moderator, 4102 Posts

17 January 2010 at 6:15pm

Right, but if you have any other sortable dataobjects, they're all broken. It's not just isolated to the File object. :(

Go to Top