After the batch import job of my bibtex file finishes I am redirected to /biblio/import which displays a broken page. The page contains the form data (e.g. the content of the user selector with the title "Set user ID of entries in this file to ") but not rendered as a form but as plain text.

I get the same broken page if I access /biblio/import without any import at all.
The admin page /admin/config/content/biblio/import works as expected.
Why is there an explicit redirect to $biblio . '/import' at the end of the batch at all?

Comments

cspitzlay’s picture

The attached patch solves the problem for me (I am no longer redirected to the broken page but stay on the working admin page, that is).