durgaprasadml commented on issue #41884: URL: https://github.com/apache/superset/issues/41884#issuecomment-4931362547
Thanks for reporting this issue! I investigated the root cause and found that `shiftMetric` was being assigned as a function reference instead of being invoked in `formDataOverrides`, which prevented the Metric control from being used correctly. I've submitted a fix in PR #41916 that invokes `shiftMetric()` correctly and includes a regression test to help prevent this issue from recurring. Feedback is welcome. Thanks! -- 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]
