Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
limbra
limbra
Commits
ed0508b2
Commit
ed0508b2
authored
Sep 19, 2016
by
LE GAC Renaud
Browse files
Update iter_author_fields to fix bugs.
parent
10310a58
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
modules/invenio_tools/authors.py
modules/invenio_tools/authors.py
+2
-2
No files found.
modules/invenio_tools/authors.py
View file @
ed0508b2
...
...
@@ -110,10 +110,10 @@ def iter_author_fields(record):
return
chain
(
to_list
(
u100
),
to_list
(
u700
))
elif
u
"100"
in
record
:
authors
=
to_list
(
record
[
u
"100"
])
return
to_list
(
record
[
u
"100"
])
elif
u
"700"
in
record
:
authors
=
record
[
u
"700"
]
return
to_list
(
record
[
u
"700"
]
)
else
:
return
()
...
...
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