You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dlab.apache.org by an...@apache.org on 2019/07/16 14:21:22 UTC

[incubator-dlab] 04/05: [DLAB-867]: fixed issue with project edit

This is an automated email from the ASF dual-hosted git repository.

ankovalyshyn pushed a commit to branch feature/projects
in repository https://gitbox.apache.org/repos/asf/incubator-dlab.git

commit 218245abbb90a5fb050dcfb7ddc22249c8c7774f
Author: Andriana Kovalyshyn <An...@epam.com>
AuthorDate: Tue Jul 16 17:20:56 2019 +0300

    [DLAB-867]: fixed issue with project edit
---
 .../app/administration/project/project-list/project-list.component.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/services/self-service/src/main/resources/webapp/src/app/administration/project/project-list/project-list.component.html b/services/self-service/src/main/resources/webapp/src/app/administration/project/project-list/project-list.component.html
index 449d0f8..9ae3c82 100644
--- a/services/self-service/src/main/resources/webapp/src/app/administration/project/project-list/project-list.component.html
+++ b/services/self-service/src/main/resources/webapp/src/app/administration/project/project-list/project-list.component.html
@@ -63,7 +63,7 @@
       </span>
       <span [ngClass]="{'not-active' : element.status !== 'ACTIVE' && element.status !== 'NOT_ACTIVE' }">
         <a [ngClass]="{'not-allowed' : element.status !== 'ACTIVE' && element.status !== 'NOT_ACTIVE' }"
-          (click)="element.status === 'ACTIVE' && editProject(element)">
+          (click)="editProject(element)">
           <mat-icon>mode_edit</mat-icon>
         </a>
       </span>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@dlab.apache.org
For additional commands, e-mail: commits-help@dlab.apache.org