Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
noc
noc
Commits
63d444f4
Verified
Commit
63d444f4
authored
Jul 15, 2021
by
Andrey Vertiprahov
Browse files
Fix typo on ObjectModel export json.
parent
19848b80
Pipeline
#32698
passed with stages
in 23 minutes and 37 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
inv/models/objectmodel.py
View file @
63d444f4
...
...
@@ -86,7 +86,7 @@ class ObjectModelConnection(EmbeddedDocument):
"gender"
:
self
.
gender
,
}
if
self
.
combo
:
r
[
"combo"
]
=
self
.
group
r
[
"combo"
]
=
self
.
combo
if
self
.
group
:
r
[
"group"
]
=
self
.
group
if
self
.
cross
:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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