Importing a bibtex file that has field data not already present should add those fields to Tellico, but they are not actually added. Reproducible: Always Steps to Reproduce: 1.Import bibtex file with fields not present 2.See debug output adding new fields 3.Notice new fields are not actually added
Git commit c428a0d062f0c92dffd3d1b0bff1b8a08cb7fd68 by Robby Stephenson. Committed on 08/08/2012 at 05:27. Pushed by rstephenson into branch '2.3'. Fix bug with adding fields when importing bibtex The Bibtex importer was not properly adding new fields when reading Bibtex files. Be sure to properly merge all fields. A test case is included. FIXED-IN: 2.3.7 M +4 -0 ChangeLog M +1 -2 src/collections/bibtexcollection.cpp M +6 -4 src/tests/bibtextest.cpp M +1 -0 src/tests/data/test.bib M +4 -0 src/translators/bibteximporter.cpp http://commits.kde.org/tellico/c428a0d062f0c92dffd3d1b0bff1b8a08cb7fd68