From bd9fddbd3a9edc3e7b9906f3486a8e065afa55ee Mon Sep 17 00:00:00 2001 From: EndyKaufman Date: Thu, 7 Mar 2019 13:09:53 +0500 Subject: [PATCH] fix: Add work with readonly property notReadonlyAndEnableUpdate, as on grid for web (#29) --- .../lib/components/entity-list/entity-list.component.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/libs/rucken/ionic/src/lib/components/entity-list/entity-list.component.html b/libs/rucken/ionic/src/lib/components/entity-list/entity-list.component.html index d1d9e601..e18fbe32 100644 --- a/libs/rucken/ionic/src/lib/components/entity-list/entity-list.component.html +++ b/libs/rucken/ionic/src/lib/components/entity-list/entity-list.component.html @@ -32,7 +32,7 @@ + *ngIf="(notReadonlyAndEnableUpdate$ | async) && updateLink===undefined"> @@ -40,7 +40,7 @@ + *ngIf="(notReadonlyAndEnableDelete$ | async) && deleteLink===undefined"> @@ -59,7 +59,7 @@