Преглед на файлове

add missing hierarchical types

Martin Kunz преди 1 година
родител
ревизия
4a8533a118
променени са 1 файла, в които са добавени 2 реда и са изтрити 0 реда
  1. 2 0
      src/ua/UABaseNode.ts

+ 2 - 0
src/ua/UABaseNode.ts

@@ -33,9 +33,11 @@ export class UABaseNode implements IToXML{
             }
             switch(ref.referenceType) {
                 case 'HasComponent':
+                case 'HasOrderedComponent':
                 case 'Organizes':
                 case 'HasProperty':
                 case 'HasSubtype':
+                case 'HasAddIn':
                     if(ref.isForward) {
                         if(!this.children.includes(node))
                             this.children.push(node);