JabRef version
JabRef 5.0-dev--snapshot--2019-06-10--master--eb42850f7
Linux 4.4.0-150-generic amd64
Java 1.8.0_212
on
Ubuntu 16.04
Steps to reproduce the behavior
- create a Proceedings entry
Foo2019
@Proceedings{Foo2019,
title = {Foo Conference},
date = {2019},
}
- create an InProceedings entry
Bar2019 with crossref to Foo2019
@Proceedings{Bar2019,
title = {Bar Paper},
crossref = {Foo2019},
}
- have a look at the
Bar2019 row at the main table view
Observed behavior
The year field of the Bar2019 entry gets populated with the value from the Foo2019 entry.
Expected behavior
All fileds (esp. year and journal/booktitle) get populated with values obtained from the crossref'ed entry.
Explanation
According to the biblatex documentation (Appendix B), the booktitle field of an InProcessings entry inherits the value from the title field of the referenced Proceedings entry.
JabRef version
on
Steps to reproduce the behavior
Foo2019Bar2019with crossref toFoo2019Bar2019row at the main table viewObserved behavior
The year field of the
Bar2019entry gets populated with the value from theFoo2019entry.Expected behavior
All fileds (esp. year and journal/booktitle) get populated with values obtained from the crossref'ed entry.
Explanation
According to the biblatex documentation (Appendix B), the booktitle field of an InProcessings entry inherits the value from the title field of the referenced Proceedings entry.