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

BetterButtonPrevNextAction does not respect filter get variable. Already addressed in #124 #129

Closed charles-ritchie closed 8 years ago

charles-ritchie commented 8 years ago

When generating previous and next links, any filters applied to the GridField by modelAdmin are wiped out. I think this massively decreases the usefulness of these buttons. E.g. Let's say the GridField is filtered by the member that created the record, this member could then quickly edit each of the records they created.

I forked and fixed this. I will place a PR referencing this issue.

sanderha commented 8 years ago

Any updates on if this fix will be implemented into master branch?