You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* fixed problem when adding new key-value pair for attribute definition, table was not rendered (loaded) properly - missing newly prepared row
* checkboxes fixed
* mat-sort-header keyword removed from table headers (for now)
Copy file name to clipboardExpand all lines: apps/admin-gui/src/app/shared/components/entityless-attribute-keys-list/entityless-attribute-keys-list.component.html
Copy file name to clipboardExpand all lines: apps/admin-gui/src/app/shared/components/entityless-attribute-keys-list/entityless-attribute-keys-list.component.ts
+7-1Lines changed: 7 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,6 @@
1
1
import{
2
2
AfterViewInit,
3
+
ChangeDetectorRef,
3
4
Component,
4
5
EventEmitter,
5
6
Inject,
@@ -62,7 +63,8 @@ export class EntitylessAttributeKeysListComponent implements OnChanges, OnInit,
0 commit comments