Summary: | Importing bibtex with new fields doesn't add those fields | ||
---|---|---|---|
Product: | [Applications] tellico | Reporter: | Robby Stephenson <robby> |
Component: | general | Assignee: | Robby Stephenson <robby> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | 2.3.6 | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/tellico/c428a0d062f0c92dffd3d1b0bff1b8a08cb7fd68 | Version Fixed In: | 2.3.7 |
Sentry Crash Report: |
Description
Robby Stephenson
2012-08-08 03:24:52 UTC
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 |