fromholdio/silverstripe-gridfield-addnew-manymanythrough

Add new object to gridfield with many-many-through relation based on lookup selection.

Installs: 310

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Type:silverstripe-vendormodule

pkg:composer/fromholdio/silverstripe-gridfield-addnew-manymanythrough

1.1.1 2023-05-31 09:39 UTC

This package is auto-updated.

Last update: 2025-09-20 17:53: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 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.