Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
production
building-knowledge-centre
building-dao
Commits
89136881
Commit
89136881
authored
Sep 24, 2020
by
unknown
Browse files
update status history put
parent
11ac19f0
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
building_dao/building_generic.py
building_dao/building_generic.py
+1
-1
No files found.
building_dao/building_generic.py
View file @
89136881
...
...
@@ -73,7 +73,7 @@ class BuildingGeneric:
Update the history.
Note: the retries for conflict error are managed within BKC API
"""
payload
=
{
"
operation_histo
ry"
:
status
}
payload
=
{
"
new_ent
ry"
:
status
}
url
=
"/"
.
join
([
self
.
settings
.
base_url
,
self
.
_uid
,
"history"
])
return
self
.
_req
(
method
=
"put"
,
url
=
url
,
json
=
payload
)
...
...
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