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/10 15:53:04 UTC

[incubator-dlab] 01/19: [DLAB-848]: Altered the message for project creation

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 0b554d75bd8882b8e1b112be689dd6185d4a7c92
Author: Andriana Kovalyshyn <An...@epam.com>
AuthorDate: Thu Jul 4 16:09:13 2019 +0300

    [DLAB-848]: Altered the message for project creation
---
 .../app/administration/project/project-form/project-form.component.ts   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/services/self-service/src/main/resources/webapp/src/app/administration/project/project-form/project-form.component.ts b/services/self-service/src/main/resources/webapp/src/app/administration/project/project-form/project-form.component.ts
index c56b84a..45dd8d7 100644
--- a/services/self-service/src/main/resources/webapp/src/app/administration/project/project-form/project-form.component.ts
+++ b/services/self-service/src/main/resources/webapp/src/app/administration/project/project-form/project-form.component.ts
@@ -80,7 +80,7 @@ export class ProjectFormComponent implements OnInit {
       }, error => this.toastr.error(error.message || 'Project update failed!', 'Oops!'));
     } else {
       this.projectService.createProject(data).subscribe(() => {
-        this.toastr.success('Project created successfully!', 'Success!');
+        this.toastr.success('Project creation is processing!', 'Success!');
         this.projectDataService.updateProjects();
         this.update.emit();
         this.reset();


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