Uploaded image for project: 'Kylin'
  1. Kylin
  2. KYLIN-2637

Show tips after creating project successfully

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Trivial
    • Resolution: Fixed
    • v2.1.0
    • v2.1.0
    • Web
    • None
    • Patch

    Description

      The following code in page.js:
      SweetAlert.swal('Success!', 'New project created successfully!', 'success');
      $modalInstance.dismiss('cancel');
      $cookieStore.put("project", newProj.name);
      location.reload();

      'SweetAlert' is invoked before 'location.reload()', so it cannot be shown.

      Attachments

        Activity

          People

            peng.jianhua peng.jianhua
            peng.jianhua peng.jianhua
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: