Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
protokollsystem
proto3
Commits
e652c814
Commit
e652c814
authored
Mar 06, 2018
by
Robin Sonnabend
Browse files
Fix the other localtop creation bug location
parent
593dee5c
Changes
1
Hide whitespace changes
Inline
Side-by-side
server.py
View file @
e652c814
...
...
@@ -761,7 +761,7 @@ def upload_new_protocol_by_file():
date
=
datetime
.
now
().
date
(),
done
=
True
)
db
.
session
.
add
(
protocol
)
db
.
session
.
commit
()
for
local_top
in
protocol
.
create_localtops
:
for
local_top
in
protocol
.
create_localtops
()
:
db
.
session
.
add
(
local_top
)
db
.
session
.
commit
()
document
=
Document
(
...
...
Write
Preview
Supports
Markdown
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