fromholdio / silverstripe-gridfield-addnew-hasmany
Add new object to gridfield with has many relation based on lookup selection.
Package info
github.com/fromholdio/silverstripe-gridfield-addnew-hasmany
Type:silverstripe-vendormodule
pkg:composer/fromholdio/silverstripe-gridfield-addnew-hasmany
Requires
- silverstripe/cms: ^6.0
This package is auto-updated.
Last update: 2026-05-05 02:48:02 UTC
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 has_many relationship setup with the object selected from the list.
Based on fromholdio/silverstripe-gridfield-addnew-manymanythrough with SS4 compat, otherwise inspired by sheadawson/silverstripe-quickaddnew.