Posted by camarasu on May 13, 2009 at 1:47pm
Jump to:
| Project: | Bibliography Module |
| Version: | 6.x-1.4 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
Hello,
It seems there is a problem with the booktitle and series fields when importing objects of type "@inproceeding" or "@inbook" from a bibtexfile. More precisely, if a "series" value is given in the bibtex file, then after the import, the series value appears as booktitle and series becomes null. If no "series" field is given, then the booktitle is well taken into account.
This is an example of what happens:
@inproceeding{test-09,
author = {Test, Test},
title = {TestTitle},
booktitle = {BookTestTitle},
series = {Meth Mol Med},
}
gets transformed into
@inproceeding{test-09,
author = {Test, Test},
title = {TestTitle},
booktitle = {Meth Mol Med}
}
Best regards,
Sorina
Comments
#1
Indeed, a little bug in the code. Fixed now.
#2
Automatically closed -- issue fixed for 2 weeks with no activity.