Closed (fixed)
Project:
Bibliography Module
Version:
6.x-1.1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
17 Mar 2009 at 09:12 UTC
Updated:
1 Apr 2009 at 01:10 UTC
Hi,
I'm not sure if you really want to go back to the publication list after doing some bibtex import (because without batch it stays on the import site). But in either case the redirect is wrong as it is hardcoded to 'biblio'. I should either bei
function biblio_import_form_submit($form, & $form_state) {
...
$base = variable_get('biblio_base', 'biblio');
// only needed if not inside a form _submit handler :
batch_process($base);
..
or
batch_process(NULL);
Not attaching a patch because I'm not sure where you want to go :-)
Comments
Comment #1
rjerome commentedGood catch! Fixed, it now goes back to the import form which is the same as what happens if you don't use batch importing.
Ron.
Comment #2
rjerome commented