[ACA-1830] create menu enhancements (#670)

* nested menus for create button

* evaluate sub-menu permissions

* demo plugin

* "create library" action

* unit tests and proper effect name
This commit is contained in:
Denys Vuika
2018-09-27 09:07:24 +01:00
committed by GitHub
parent 23df2ad6a2
commit 457fa74048
22 changed files with 347 additions and 186 deletions

View File

@@ -52,6 +52,9 @@ export class CreateMenuComponent implements OnInit, OnDestroy {
@Input()
showLabel: boolean;
@Input()
expanded: boolean;
constructor(
private store: Store<AppStore>,
private extensions: AppExtensionService