mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
[ACA-1226] Node info panel (#241)
* node metadata * getNodeInfo over nodeInfo
This commit is contained in:
committed by
Denys Vuika
parent
50d6147e81
commit
086d22b92d
@@ -33,6 +33,7 @@ export abstract class PageComponent {
|
||||
|
||||
isLoading = false;
|
||||
isEmpty = true;
|
||||
infoDrawerOpened = false;
|
||||
|
||||
paging: NodePaging;
|
||||
pagination: Pagination;
|
||||
@@ -204,4 +205,11 @@ export abstract class PageComponent {
|
||||
return null;
|
||||
}
|
||||
|
||||
toggleSidebar(event) {
|
||||
if (event) {
|
||||
return;
|
||||
}
|
||||
|
||||
this.infoDrawerOpened = !this.infoDrawerOpened;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user