fromholdio / silverstripe-gridfield-addnew-manymanythrough
Add new object to gridfield with many-many-through relation based on lookup selection.
Package info
github.com/fromholdio/silverstripe-gridfield-addnew-manymanythrough
Type:silverstripe-vendormodule
pkg:composer/fromholdio/silverstripe-gridfield-addnew-manymanythrough
2.0.0
2025-09-20 17:53 UTC
Requires
- silverstripe/cms: ^6.0
README
Requirements: Silverstripe 6.x
Module adding functionality to Silverstripe grid fields. Adds a new button which triggers a modal, displaying a searchable list of objects.
User clicks on one of these to create a new object for the grid field with a many_many_through relationship setup with the object selected from the list.
SS4 and many_many_through compatibility, and otherwise inspired by sheadawson/silverstripe-quickaddnew.