Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
it-bott-integrasjoner
topdesk-client
Commits
d78ca224
Commit
d78ca224
authored
Feb 21, 2020
by
Jo Sama
😱
Browse files
Operator tasks defaults to False
parent
26755498
Changes
1
Hide whitespace changes
Inline
Side-by-side
topdesk_client/models.py
View file @
d78ca224
...
...
@@ -172,13 +172,13 @@ class Operator(BaseModel):
branch
:
BranchReference
# TODO: Remove the password field when proper auth is in place
password
:
Optional
[
str
]
installer
:
Optional
[
bool
]
loginPermission
:
Optional
[
bool
]
firstLineCallOperator
:
Optional
[
bool
]
secondLineCallOperator
:
Optional
[
bool
]
problemManager
:
Optional
[
bool
]
problemOperator
:
Optional
[
bool
]
knowledgeBaseManager
:
Optional
[
bool
]
installer
:
Optional
[
bool
]
=
False
loginPermission
:
Optional
[
bool
]
=
False
firstLineCallOperator
:
Optional
[
bool
]
=
False
secondLineCallOperator
:
Optional
[
bool
]
=
False
problemManager
:
Optional
[
bool
]
=
False
problemOperator
:
Optional
[
bool
]
=
False
knowledgeBaseManager
:
Optional
[
bool
]
=
False
class
Config
:
fields
=
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment