#368: BibExport uses hardcoded configuration names
-----------------------------------+----------------------------------------
Reporter: skaplun | Owner:
Type: defect | Status: new
Priority: minor | Milestone:
Component: BibExport | Version:
Keywords: configuration sitemap |
-----------------------------------+----------------------------------------
BibExport sitemap (and maybe other methods) expect the configuration file
to be called sitemap.cfg regardless of the job description that is
inserted in the DB.
This expectation is performed twice. A first time in:
bibexport.task_run_core
where the jobname is confused with the export_method in the call to
run_export_method, and then in:
bibexport_method_sitemap.run_export_method
where the jobname is explicitly ignored and overwritten by the string
"sitemap".
--
Ticket URL: <http://invenio-software.org/ticket/368>
Invenio <http://invenio-software.org>