peng.jianhua created KYLIN-2637:
-----------------------------------
Summary: The tips is not shown after creating project successfully.
Key: KYLIN-2637
URL: https://issues.apache.org/jira/browse/KYLIN-2637
Project: Kylin
Issue Type: Bug
Components: Web
Affects Versions: v2.1.0
Reporter: peng.jianhua
Assignee: peng.jianhua
Priority: Trivial
Fix For: v2.1.0
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.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)