michael-s-molina commented on pull request #12125:
URL:
https://github.com/apache/incubator-superset/pull/12125#issuecomment-748965511
@ktmud @rusackas I checked and it's not persisting.
The `getFormDataFromControls(explore.controls)` in
`ExploreViewContainer.jsx` returns a `form_data` without the `dashboardId`
because there is no such property in controls schema.
function mapStateToProps(state) {
const { explore, charts, impressionId } = state;
const form_data = getFormDataFromControls(explore.controls);
...
}
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]