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

https://github.com/unclecheese/silverstripe-gridfield-betterbuttons/blob/eeeb5b4700d565b32a43fb41a7df9a8333263a59/src/Extensions/GridFieldBetterButtonsItemRequest.php#L351-L353 `$redirectURL` is actually a `\SilverStripe\Forms\FormRequestHandler` instance, so users are always forced to incorrectly redirect to `/SilverStripe/Forms/FormRequestHandler` whenever a `Versioned` `DataObject` is published. Additional checks to ensure `$redirectURL` is a...

I can't get the config options added to my config.yml to work in Silverstripe 4.1. I copied the example from the readme and changed some of the settings (hiding som...

This sort of relates to [https://github.com/unclecheese/silverstripe-gridfield-betterbuttons/issues/126] but could also be classed as a new issue. I can close and comment on the other one if that is the case. When...

When I install the module with `2.x-dev `, I get the following error when I add a new action: `Uncaught Error: cannot call methods on button prior to initialization; attempted...

DataModel has been removed in ss4-beta4 and so is causing breaks in `GridFieldBetterButonsItemRequest.php` on lines 75 & 89.

Install unclecheese/betterbuttons 2.x-dev on SS4 fails - The requested package unclecheese/silverstripe-gridfield-betterbuttons could not be found in any version, there may be a typo in the package name.

I've only utilized `updateBetterButtonsActions(*)` so I'm unsure if the utils method is the same, but assume it is based on the `->createFieldList()` call.

``` $detailFormFields->push(CheckboxSetField::create('ManyMany[AvailableMonths]', 'Available Months', $monthSource)) ``` When you have pushed a many many extra field to the GridField detail form and hit the `Save and close` button it triggers an...

Nothing shows up after installing using composer and dev/build/?flush ![bb](https://cloud.githubusercontent.com/assets/3098809/25697539/a09e092e-30bb-11e7-9564-74c81d7aad67.png)