fardin-developer opened a new pull request, #32227: URL: https://github.com/apache/superset/pull/32227
Fixes #32050 ### SUMMARY This PR fixes an issue where the Last modified field does not update when a Row Level Security (RLS) rule is changed. The issue occurs because the modification timestamp is not being updated in the database when an RLS rule is altered. ### CHANGES - Ensure the **Last modified** field is updated when an RLS rule is **created or edited**. ## STEPS TO REPRODUCE 1. Navigate to **Settings → Row Level Security**. 2. Create a new RLS rule by clicking the **"+ Rule"** button in the top-right corner. 3. Observe the **Last modified** field. 4. Modify the rule and save the changes. 5. The **Last modified** field should reflect the latest update. ### BEFORE/AFTER SCREENSHOTS #### Before  #### After  -- 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: notifications-unsubscr...@superset.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org For additional commands, e-mail: notifications-h...@superset.apache.org