venkatamandavilli-code commented on issue #40167: URL: https://github.com/apache/superset/issues/40167#issuecomment-4471294358
Thanks for reporting this issue and documenting the reproduction steps clearly. The behavior seems related to inconsistent handling of query context synchronization between dashboard state updates and embedded filter refresh logic. Based on the screenshots and description, it looks like the filter state may not be fully rehydrated after the dashboard reload event, which could explain why the expected filter values are not consistently applied. It may help to verify: * whether the filter state is preserved correctly in Redux/store updates after refresh * whether embedded mode handles dashboard native filters differently from standard dashboard rendering * whether the affected filters rely on async metadata loading before initialization completes A regression test covering dashboard reload behavior with embedded/native filters might also help prevent similar issues in future releases. Thanks again for the detailed report. -- 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]
