fromholdio / silverstripe-gridfield-addnew-hasmany
Add new object to gridfield with has many relation based on lookup selection.
Installs: 201
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:silverstripe-vendormodule
Requires
- silverstripe/cms: ~4.1 || ~5.0
- silverstripe/vendor-plugin: ~1.0 || ~2.0
This package is auto-updated.
Last update: 2024-10-30 02:10:36 UTC
README
Requirements: Silverstripe ^4 or ^5
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.