venkatamandavilli-code commented on issue #39907:
URL: https://github.com/apache/superset/issues/39907#issuecomment-4471336686

   Thanks for reporting this issue and sharing the details.
   
   This looks like it may be related to how Superset is handling the update or 
refresh state after the change is applied. If the backend is saving the value 
correctly but the UI still shows the older value, it may point to a frontend 
state refresh or cached metadata issue.
   
   It may be useful to check:
   
   * whether the API response after save contains the updated value
   * whether a hard refresh shows the correct state
   * whether the issue happens across different browsers or sessions
   * whether cached metadata is being reused after the update
   
   A small regression test around the save and reload flow could help prevent 
this behavior in future releases.
   
   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]

Reply via email to