Alexey Kuznetsov created IGNITE-10525:
-----------------------------------------
Summary: Web Console: "Import models" dialog should be a singleton.
Key: IGNITE-10525
URL: https://issues.apache.org/jira/browse/IGNITE-10525
Project: Ignite
Issue Type: Task
Components: wizards
Reporter: Alexey Kuznetsov
Assignee: Alexey Kuznetsov
# Click on *Import from Database* button to open dialog.
# Quick click by work area in time when background become dark prevent dialog
opening.
When dialog opening is prevented any try to open it produce error:
{code}
TypeError: this.parent.fqn is not a function
at
Object.push.../../../../incubator-ignite/modules/web-console/frontend/node_modules/@uirouter/core/lib/state/stateObject.js.StateObject.fqn
(stateObject.js:61)
at
Object.push.../../../../incubator-ignite/modules/web-console/frontend/node_modules/@uirouter/core/lib/state/stateObject.js.StateObject.toString
(stateObject.js:102)
at
StateRegistry.push.../../../../incubator-ignite/modules/web-console/frontend/node_modules/@uirouter/core/lib/state/stateRegistry.js.StateRegistry.deregister
(stateRegistry.js:141)
at ModalImportModels._goToDynamicState (service.js:24)
at ModalImportModels.open (service.js:54)
at ButtonImportModels.startImport (component.js:27)
at fn (eval at compile (angular.js:15869), <anonymous>:4:181)
at callback (angular.js:28101)
at Scope.$eval (angular.js:18838)
at Scope.$apply (angular.js:18937) undefined
{code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)