diff --git a/src/services/import/zip.js b/src/services/import/zip.js index ddbe47610..7dc61ef66 100644 --- a/src/services/import/zip.js +++ b/src/services/import/zip.js @@ -158,7 +158,7 @@ async function importZip(taskContext, fileBuffer, importRootNote) { } if (taskContext.data.safeImport && attributeService.isAttributeDangerous(attr.type, attr.name)) { - attr.name = 'disabled-' + attr.name; + attr.name = 'disabled:' + attr.name; } attributes.push(attr);