Open
Description
A node seems to be missing from the metamodel of one of the libraries during plugin execution.
The Dropout
node seems to not be found during this code:
const meta = await core.getAllMetaNodes(rootNode);
return Object.values(meta)
.find(child => core.getAttribute(child, 'name') === this.value);
This can be confirmed using the debugger:
Metadata
Metadata
Assignees
Labels
No labels