mirror of
https://github.com/mediacms-io/mediacms.git
synced 2025-11-20 13:36:05 -05:00
feat: Video Trimmer and more
This commit is contained in:
@@ -174,8 +174,6 @@ class User(AbstractUser):
|
||||
self.is_editor = False
|
||||
self.is_manager = False
|
||||
update_fields.extend(['is_superuser', 'is_staff', 'advancedUser', 'is_editor', 'is_manager'])
|
||||
# XYZ TODO: to confirm with Thorkild
|
||||
# return True
|
||||
|
||||
if update_fields:
|
||||
self.save(update_fields=update_fields)
|
||||
|
||||
Reference in New Issue
Block a user