unclecheese / silverstripe-gridfield-betterbuttons

Adds new form actions and buttons to the GridField detail form
GNU General Public License v2.0
80 stars 88 forks source link

BetterButtonLink: Create a newWindow() method which prevents the CMS … #149

Closed Taitava closed 7 years ago

Taitava commented 7 years ago

…from trying to open the link location via AJAX. Fixes #64.

unclecheese commented 7 years ago

This looks great. Just need the code formatting to be consistent. Could you please format the control blocks for PSR-2? (no braces on new lines)

Taitava commented 7 years ago

Ok, is it good now? I also made the newWindow() method tidier.

unclecheese commented 7 years ago

Wonderful. Thank you.