Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NEW Allow state to be passed back on grid field actions #757

Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
FIX Missed a JSON.stringify
  • Loading branch information
ScopeyNZ committed Nov 30, 2018
commit c809674a780a22073268c12752641bdebfad5ba3
2 changes: 1 addition & 1 deletion client/dist/js/bundle.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion client/src/legacy/GridField.js
Original file line number Diff line number Diff line change
@@ -717,7 +717,7 @@ $.entwine('ss', function($) {
if (btns.data('action-state')) {
ajaxData.push({
name: 'ActionState',
value: btns.data('action-state'),
value: JSON.stringify(btns.data('action-state')),
});
}