falsche tag id zugewiesen

This commit is contained in:
2026-01-04 15:37:37 +01:00
parent 46309e5317
commit 0f2a879c8c

View File

@@ -1,9 +1,9 @@
[Korrespodent Start]
{{ $('getCorrespondent').all().map(item => item.json).toJsonString() }}
{{ JSON.stringify($('getCorrespondent').all().map(i => ({ id: i.json.paperless_id, name: i.json.name }))) }}
[Korrespodent End]
[Tags Start]
{{ $('getTags').all().map(item => item.json).toJsonString() }}
{{ JSON.stringify($('getTags').all().map(i => ({ id: i.json.paperless_id, name: i.json.name }))) }}
[Tags End]
[Dokument Inhalt Start]