williaster opened a new pull request #6350: [dashboard] fix save/save-as flow
URL: https://github.com/apache/incubator-superset/pull/6350
 
 
   Previously #6189 fixed a dashboard `save as` redirect bug, but introduced a 
dashboard `save` bug which was fixed today by #6349. However fixing the `save` 
bug re-introduced the `save as` bug 🙉 
   
   Basically `save-as` returns the new `id` for the redirect as `json`, but 
`save` returns `HTML` which throws if you parse it as `json` 🙄Putting the two 
together, this PR keeps `parseMethod: null`, and handles the json parsing 
within the `save-as` handler.
   
   Tested BOTH locally.
   
   @michellethomas @graceguo-supercat @kristw @mistercrunch 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to