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
OSUG
JMMC
jmmc-jmdcui-docker
Commits
fee9e47f
Commit
fee9e47f
authored
Jan 14, 2020
by
Guillaume Mella
Browse files
one more bugfix
parent
d68cd5c8
Changes
1
Hide whitespace changes
Inline
Side-by-side
jmdc-ui/jmdc_app/views/verify.py
View file @
fee9e47f
...
...
@@ -279,12 +279,14 @@ def get_line_form(request):
print
(
'--------------------------------------------------'
)
print
(
si_msg
)
print
(
'--------------------------------------------------'
)
entries
=
[]
entry
=
{
'srcdata'
:
line
.
line_data
,
'unique'
:
True
}
entry
.
update
(
si_msg
)
if
si_msg
:
entry
.
update
(
si_msg
)
problem_fields
=
[]
for
v
in
entry
.
values
():
if
type
(
v
)
is
dict
:
...
...
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