From b586d8389ffc02df1fae2edb6e24f49dc35ebdfb Mon Sep 17 00:00:00 2001 From: garima468 Date: Mon, 2 Dec 2024 17:34:44 +0530 Subject: [PATCH 1/3] hide mdo tab create button --- .../lib/routes/home/routes/directory/directory.component.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/project/ws/app/src/lib/routes/home/routes/directory/directory.component.html b/project/ws/app/src/lib/routes/home/routes/directory/directory.component.html index 86c6f19a..ae33d6af 100644 --- a/project/ws/app/src/lib/routes/home/routes/directory/directory.component.html +++ b/project/ws/app/src/lib/routes/home/routes/directory/directory.component.html @@ -45,8 +45,8 @@ + [needCreate]="currentFilter == 'mdo'? false : true" (eOnRowClick)="onRoleClick($event)" + (actionsClick)="actionClick($event)" (searchByEnterKey)="onEnterkySearch($event)"> From e3433b8e28347f98bf371a9d41c14ef9c580e501 Mon Sep 17 00:00:00 2001 From: garima468 Date: Mon, 2 Dec 2024 17:55:43 +0530 Subject: [PATCH 2/3] hide mdo tab create button --- .../lib/routes/home/routes/directory/directory.component.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/ws/app/src/lib/routes/home/routes/directory/directory.component.html b/project/ws/app/src/lib/routes/home/routes/directory/directory.component.html index ae33d6af..bd739ad5 100644 --- a/project/ws/app/src/lib/routes/home/routes/directory/directory.component.html +++ b/project/ws/app/src/lib/routes/home/routes/directory/directory.component.html @@ -45,7 +45,7 @@ From db8fa49ac8d3bb74a676d970de22dd9db9045439 Mon Sep 17 00:00:00 2001 From: garima468 Date: Wed, 4 Dec 2024 12:26:14 +0530 Subject: [PATCH 3/3] hide create button under state tab --- .../routes/home/routes/directory/directory.component.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/project/ws/app/src/lib/routes/home/routes/directory/directory.component.html b/project/ws/app/src/lib/routes/home/routes/directory/directory.component.html index bd739ad5..1c482390 100644 --- a/project/ws/app/src/lib/routes/home/routes/directory/directory.component.html +++ b/project/ws/app/src/lib/routes/home/routes/directory/directory.component.html @@ -45,8 +45,9 @@ + [needCreate]="currentFilter === 'mdo' || currentFilter === 'state' ? false : true" + (eOnRowClick)="onRoleClick($event)" (actionsClick)="actionClick($event)" + (searchByEnterKey)="onEnterkySearch($event)">