feat: Video Trimmer and more

This commit is contained in:
Markos Gogoulos
2025-06-11 14:48:30 +03:00
committed by GitHub
parent d34fc328bf
commit b28c2d8271
124 changed files with 15696 additions and 586 deletions

View File

@@ -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)