You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When creating new Slice through /slicemodelview/add, Superset should allow selecting the datasource and visualization type and then continue into slice editor.
Actual results
Submitting the form causes TypeError exception and user is unable to get into slice editor.
superset/views/core.py", line 1199, in datasource_info causes the exception because there isn't datasource defined in encoded JSON that is provided as query parameter.
Possible fix
React frontend is still conforming partially old API and the changes #4490 are not propagated fully into frontend.
Frontend should inject the form parameters into form_data-param
Make sure these boxes are checked before submitting your issue - thank you!
Superset version
master (4135854)
Expected results
When creating new Slice through
/slicemodelview/add
, Superset should allow selecting the datasource and visualization type and then continue into slice editor.Actual results
Submitting the form causes TypeError exception and user is unable to get into slice editor.
superset/views/core.py", line 1199, in datasource_info causes the exception because there isn't
datasource
defined in encoded JSON that is provided as query parameter.Possible fix
React frontend is still conforming partially old API and the changes #4490 are not propagated fully into frontend.
Frontend should inject the form parameters into
form_data
-paramEDIT: #4538 fixes this problem. See the PR
Steps to reproduce
The text was updated successfully, but these errors were encountered: