Skip to content

Commit

Permalink
fix the slice permission issue after user click-edit new slice title (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
Grace Guo authored Oct 24, 2017
1 parent 9893847 commit 4967342
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion superset/views/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -1213,7 +1213,7 @@ def save_or_overwrite_slice(
"can_add": slice_add_perm,
"can_download": slice_download_perm,
"can_overwrite": is_owner(slc, g.user),
'form_data': form_data,
'form_data': slc.form_data,
'slice': slc.data,
}

Expand Down

0 comments on commit 4967342

Please sign in to comment.