mirror of
https://github.com/dkmstr/openuds.git
synced 2024-12-24 21:34:41 +03:00
Merge remote-tracking branch 'origin/v3.5'
This commit is contained in:
commit
5a47d09c1a
@ -356,7 +356,7 @@ class CalendarAction(UUIDModel):
|
||||
executed = True
|
||||
elif CALENDAR_ACTION_DEL_ALL_GROUPS['id'] == self.action:
|
||||
# 3.- Remove all groups
|
||||
self.service_pool.assignedGroups.all().detete()
|
||||
self.service_pool.assignedGroups.all().delete()
|
||||
saveServicePool = False
|
||||
executed = True
|
||||
else: # Add/remove transport or group
|
||||
|
Loading…
Reference in New Issue
Block a user