From ca4525238ecbcbbf1f0e3590c0d9fba6dabac56f Mon Sep 17 00:00:00 2001 From: gpapavgeri Date: Fri, 24 Jul 2020 17:40:53 +0300 Subject: [PATCH] lockStatus check update [on delete click for listing components (listing-item, recent-edited, drafts) - not overview] --- .../ui/dashboard/drafts/drafts.component.html | 4 +- .../ui/dashboard/drafts/drafts.component.ts | 32 +++++++---- .../recent-edited-activity.component.html | 8 +-- .../recent-edited-activity.component.ts | 53 +++++++++++++++---- ...ent-edited-dataset-activity.component.html | 4 +- ...ecent-edited-dataset-activity.component.ts | 32 +++++++---- .../recent-edited-dmp-activity.component.html | 4 +- .../recent-edited-dmp-activity.component.ts | 34 ++++++++---- .../dataset-listing-item.component.html | 4 +- .../dataset-listing-item.component.ts | 42 ++++++++++----- .../overview/dataset-overview.component.ts | 23 ++++---- .../dmp-listing-item.component.html | 4 +- .../dmp-listing-item.component.ts | 36 +++++++++---- 13 files changed, 180 insertions(+), 100 deletions(-) diff --git a/dmp-frontend/src/app/ui/dashboard/drafts/drafts.component.html b/dmp-frontend/src/app/ui/dashboard/drafts/drafts.component.html index 54a29ff83..593c66afe 100644 --- a/dmp-frontend/src/app/ui/dashboard/drafts/drafts.component.html +++ b/dmp-frontend/src/app/ui/dashboard/drafts/drafts.component.html @@ -34,8 +34,6 @@ done{{ enumUtils.toDmpStatusString(activity.status) }} create{{ enumUtils.toDmpStatusString(activity.status) }} . - lock_outline{{'DMP-OVERVIEW.LOCKED' | translate}} - . {{'DATASET-LISTING.COLUMNS.GRANT' | translate}}: {{activity.grant}}
@@ -56,7 +54,7 @@ -