UB-Mannheim / zotkat

Erweiterung von Zotero für die Katalogisierung
GNU Affero General Public License v3.0
45 stars 22 forks source link

[PicaGBV] Heftzählung + Abstract angepasst, lok. Schlagworte ergänzt #79

Closed hemmefelix closed 5 years ago

hemmefelix commented 5 years ago
zuphilip commented 5 years ago

Vielen Dank! Ich versuche mir dies bald genauer anzusehen :night_with_stars: , aber die Travis Warnung ist harmlos.

CC @anotherfami

hemmefelix commented 5 years ago

An error occurs if you want to export an entry that has no abstract. I'll close this pull request and open new ones for each commit.

zuphilip commented 5 years ago

Okay, but it should be easy to fix that by just expanding the condition for the abstract, i.e. something like

if (item.abstractNote && item.abstractNote.length <= 600)

You have to first make sure that abstractNote is present before going one step further and trying to look at its length.