diff --git a/superset/utils.py b/superset/utils.py index 42616e72a24f3..f4fcd93d07687 100644 --- a/superset/utils.py +++ b/superset/utils.py @@ -716,7 +716,7 @@ def wraps(self, *args, **kwargs): return redirect( url_for( self.appbuilder.sm.auth_view.__class__.__name__ + '.login', - next=request.path)) + next=request.full_path)) f._permission_name = permission_str return functools.update_wrapper(wraps, f)