[editor] Fix likert row generation
- Missing type inforamtion as constructor parameter - Also the new ID generation mechanism uses the type of the element to request an ID from the the IDManager. Here was a mismatch, where the type is 'likert-row', but the IDManager only knew 'likert_row'. This is now files all IDs use hyphens instead of underscores.
Showing
- projects/common/util/id-manager.ts 1 addition, 1 deletionprojects/common/util/id-manager.ts
- projects/editor/src/app/components/properties-panel/model-properties-tab/element-model-properties.component.ts 10 additions, 4 deletions...odel-properties-tab/element-model-properties.component.ts
- projects/editor/src/app/services/unit.service.ts 0 additions, 12 deletionsprojects/editor/src/app/services/unit.service.ts
Loading
Please register or sign in to comment