Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
jens.kleineheismann
python-kitgvapi
Commits
8be7ec2b
Commit
8be7ec2b
authored
Mar 16, 2018
by
Daniel Bacher
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix getUser method
parent
e9727ba0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
kitgvapi/models.py
kitgvapi/models.py
+1
-1
No files found.
kitgvapi/models.py
View file @
8be7ec2b
...
...
@@ -134,7 +134,7 @@ class User(Model):
self
.
samaccount
=
data
[
'samaccount'
]
self
.
firstname
=
data
[
'firstname'
]
self
.
lastname
=
data
[
'lastname'
]
self
.
oe
=
Oe
(
client
=
self
.
client
,
data
=
data
[
'oe'
])
self
.
oe
=
Oe
(
client
=
self
.
client
,
pk
=
data
[
'oe'
])
self
.
pk
=
getattr
(
self
,
SYMBOLS
[
'USER_PK_ATTRIB'
])
def
_save_data_attribs
(
self
):
...
...
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