villebro opened a new issue #18655: URL: https://github.com/apache/superset/issues/18655
When running Superset in dev server mode (`npm run dev-server`), the dataset edit modal doesn't work properly. For instance, when I add a label to a column and save, the updated value isn't persisted in the dataset metadata. See the screen recording below: https://user-images.githubusercontent.com/33317356/153366245-f733f6b6-c7c1-4322-b16a-91eb1d156b1c.mp4 However, when running a production build (`npm run build`), the modal works correctly: https://user-images.githubusercontent.com/33317356/153366827-204f7a14-73ec-4153-a071-afe68b68112b.mp4 #### How to reproduce the bug 1. Go to Dataset list view and edit your favourite dataset 2. Click on Columns and add a label to a column 3. Save and reopen the dataset Column view 4. Notice that the updated column label is no longer present on dev server mode, but works correctly on the prod build ### Expected results Dataset should update correctly in both `dev-server` and `build` mode ### Actual results Dataset doesn't update correctly in `dev-server` mode #### Screenshots If applicable, add screenshots to help explain your problem. ### Environment (please complete the following information): - browser type and version: - superset version: `superset version` - python version: `python --version` - node.js version: `node -v` - any feature flags active: ### Checklist Make sure to follow these steps before submitting your issue - thank you! - [ ] I have checked the superset logs for python stacktraces and included it here as text if there are any. - [ ] I have reproduced the issue with at least the latest released version of superset. - [ ] I have checked the issue tracker for the same issue and I haven't found one similar. ### Additional context Add any other context about the problem here. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
