Skip to content

Commit 2829e02

Browse files
Merge branch 'main' of github.com:programmfabrik/fylr-plugin-custom-data-type-iconclass
2 parents 5d2baed + 2bee9af commit 2829e02

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

.gitmodules

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
[submodule "easydb-library"]
22
path = easydb-library
3-
url = https://github.com/programmfabrik/easydb-library
4-
branch = master
3+
url = git@github.com:programmfabrik/easydb-library.git

easydb-library

src/updater/iconclassUpdater.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ main = (payload) => {
211211
newCdata.facetTerm = IconclassUtil.getFacetTerm(data, databaseLanguages);
212212

213213
// save frontend language (same as given)
214-
newCdata.frontendLanguage = originalCdata.frontendLanguage;
214+
newCdata.frontendLanguage = desiredLanguage;
215215

216216
if (hasChanges(payload.objects[index].data, newCdata)) {
217217
payload.objects[index].data = newCdata;
@@ -360,4 +360,4 @@ outputErr = (err2) => {
360360
} else {
361361
console.error("kein Accesstoken gefunden");
362362
}
363-
})();
363+
})();

0 commit comments

Comments
 (0)