venkatamandavilli-code commented on issue #39965: URL: https://github.com/apache/superset/issues/39965#issuecomment-4471316696
Thanks for reporting this issue and providing the reproduction details clearly. From the description, it looks like the problem may be related to how the frontend handles state synchronization after the configuration update is applied. In some cases, cached metadata or delayed state refresh behavior can cause the UI to continue displaying stale values even though the backend update completed successfully. It may help to verify: * whether the updated configuration is being fully rehydrated after refresh * whether browser caching or async state updates are affecting the rendered values * whether the issue is reproducible across different browsers or user sessions * whether the API response already contains the correct updated values before the UI refresh completes A small regression test around configuration update and reload behavior could probably help prevent similar issues in future releases as well. Thanks again for documenting the issue clearly. -- 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]
