silverstripe-itemsetfield
silverstripe-itemsetfield copied to clipboard
Provides a set of form fields for searching through and selecting objects.
Allows customization of default button titles via _config.php or similar method.
Fixed issue where pagination stopped working after first load Fixed issue where items could not be removed if they were not on the first page
...t of item - was erroring due to defulating to "has_many"
...when creating a new object.
If you have the following model: - Parent has_one Child named Child - Child many_many OtherThing named OtherThings and you want to edit the ChildOtherThing relationship in your Parent edit...