Hello,
As you can create a has_many relationship and link it to an uploadfield letting you add many items, is it possible to tell uploadfield to use a sort order??
Thanks for your reply!
Thomas S.
This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.
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.
Hello,
As you can create a has_many relationship and link it to an uploadfield letting you add many items, is it possible to tell uploadfield to use a sort order??
Thanks for your reply!
Thomas S.
To my knowledge, there is no way to sort images uploaded through a uploadField on a has_many relationship. I think your best/easiest solution would be to create a very simple dataobject containing an uploadField and manage them through a gridField using the SortableGridField module.