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
b590d306
Commit
b590d306
authored
Jan 18, 2016
by
LE GAC Renaud
Browse files
Add the method recover_oai in the wizard edit_and_insert.
parent
eeb0649d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
controllers/harvest.py
controllers/harvest.py
+3
-0
No files found.
controllers/harvest.py
View file @
b590d306
...
...
@@ -142,6 +142,9 @@ def edit_insert():
values
=
{}
check
=
CheckAndFix
()
# fix invalid oai
check
.
recover_oai
(
record
,
selector
.
host
)
# title, preprint, URL, report number
values
[
'PublicationsTitle'
]
=
record
.
title
()
values
[
'PublicationsPreprint'
]
=
record
.
preprint_number
()
...
...
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