mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
fix: Update 'Last modified' time when modifying RLS rules (#32227)
Co-authored-by: Fardin Mustaque <fardinmustaque@Fardins-Mac-mini.local>
This commit is contained in:
@@ -78,7 +78,7 @@ class RLSListSchema(Schema):
|
||||
tables = fields.List(fields.Nested(TablesSchema))
|
||||
clause = fields.String(metadata={"description": "clause_description"})
|
||||
changed_on_delta_humanized = fields.Function(
|
||||
RowLevelSecurityFilter.created_on_delta_humanized
|
||||
RowLevelSecurityFilter.changed_on_delta_humanized
|
||||
)
|
||||
group_key = fields.String(metadata={"description": "group_key_description"})
|
||||
description = fields.String(metadata={"description": "description_description"})
|
||||
|
||||
Reference in New Issue
Block a user