silverstripe-gridfield-betterbuttons icon indicating copy to clipboard operation
silverstripe-gridfield-betterbuttons copied to clipboard

Adds new form actions and buttons to the GridField detail form

Results 64 silverstripe-gridfield-betterbuttons issues
Sort by recently updated
recently updated
newest added
trafficstars

It seems when using a ``` DropdownField ``` in a ```BetterButtonNestedForm ``` the required JS and CSS for the chzn plugin is not included in the generated iframe. This is...

If I sort my gridfield entries and then I select one of them, clicking "next" button shows me the next ID, not the next record in the gridfield.

From what I can see, if a DataObject has a Link() method, draft and live preview links are shown in the grid field form actions. This shouldn't be applied to...

The function `onBeforeWrite()` works on DataObject with "Save" but not with "Save and close". Is this problem already known?

This is a placeholder issue for tracking progress towards SS4 compatibility ## Requirements - [x] Branch current master off for ongoing support of current version - [x] Update composer constraints...

I'm changing the relation via a NestedForm (moving the DO to another parent). This changes the URL of the managed object, causing the following error: Fatal error: Call to a...

Have a issue with a SilverStripe 3.2.1 install with the Newsletter module running on on php 5.6.20. Have tried disabling betterbuttons as per the documentation by using the following YAML...

**Browser**: Google Chrome (Version 49.0.2623.110 (64-bit)) **SilverStripe**: v3.1.18 The default behaviour of GridFieldAddExistingAutoCompleter is that once I have searched for an selected a related object to be added to my...

Validation is only triggered when the user clicks on "Saved" when using the DataObject validate method. Outlined here - https://github.com/sheadawson/silverstripe-blocks/issues/71.