Fix 560 delete bind play macro action when macro delete (#576)

* fix(config): delete KeyAction binding of deleted macro

* refactor: use sorter import

* fix(macro): read the macro id from route params

* fix(keyAction): use NoneAction in keyAction mapping
This commit is contained in:
Róbert Kiss
2018-02-11 20:12:12 +01:00
committed by László Monda
parent e545c9d67b
commit 1a413c824e
5 changed files with 49 additions and 6 deletions

View File

@@ -13,5 +13,5 @@
</ng-template>
<div *ngIf="!macro" class="not-found">
There is no macro with id {{ route.params.select('id') | async }}.
There is no macro with id {{ macroId }}.
</div>