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

In documentation there's a function approve() that when called and we are in a new record (not in an update), the db properties in the $this variable are empty. When...

Hey there, My project uses better buttons to manage "ArticlePage" which is an extension of "Page" in a separate ModelAdmin section of the admin backend. Project uses SilverStripe 3.1.12. I've...

Hi, any way to get the new Record button handle multipleclasses coming from grdifieldextensions?

When managing versioned records (pages) via modeladmin, i lack the options to Publish and go to next/prev and adding new. Same stuff as we have with the SaveAnd group, just...

I'm trying to create a custom button that clones a DataObject. Everything is working fine but at the end I would like to redirect the user to the newly created...

After installing the betterbuttons module the framework test "GridFieldDetailFormTest" will produce an fatal error. `Fatal error: Call to a member function push() on null in /var/www/www.myproject.com/htdocs/framework/forms/gridfield/GridFieldDetailForm.php on line 653` Using...

Betterbuttons are preventing newsleter module from creating new newsletter. Renaming action from save to doSave should fix it.

I've come across a little issue under 'Versioning'. Articles are managed in a ModelAdmin environment with the use of BetterButtons. You have the option to 'Cancel Draft Changes' or 'Unpublish'....

I notice this behavior when I do the following: - set reading mode to Live (for example, by navigating to a URL with ?stage=Live) - open an existing versioned DataObject...

Expected behavior is: - “Save Draft” writes to Stage table - “Publish” publishes from Stage table to Live table This behavior is observed when the global variable “reading mode” is...