mirror of
https://github.com/dkmstr/openuds.git
synced 2025-01-10 01:17:59 +03:00
small comment fix to tickets
This commit is contained in:
parent
76f7b36508
commit
5694420f89
@ -61,7 +61,7 @@ VALID_PARAMS = (
|
||||
)
|
||||
|
||||
|
||||
# Enclosed methods under /actor path
|
||||
# Enclosed methods under /tickets path
|
||||
class Tickets(Handler):
|
||||
"""
|
||||
Processes tickets access requests.
|
||||
@ -183,7 +183,8 @@ class Tickets(Handler):
|
||||
auth.groups.create(
|
||||
name=groupName,
|
||||
comments='Autocreated form ticket by using force paratemeter',
|
||||
).uuid or ''
|
||||
).uuid
|
||||
or ''
|
||||
)
|
||||
|
||||
if not groupIds: # No valid group in groups names
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 122 KiB |
Binary file not shown.
Before Width: | Height: | Size: 79 KiB |
Loading…
Reference in New Issue
Block a user