You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Pavel Konstantinov (JIRA)" <ji...@apache.org> on 2019/01/10 09:37:00 UTC

[jira] [Commented] (IGNITE-10525) Web Console: "Import models" dialog should be a singleton.

    [ https://issues.apache.org/jira/browse/IGNITE-10525?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16739244#comment-16739244 ] 

Pavel Konstantinov commented on IGNITE-10525:
---------------------------------------------

Re-tested on the master branch

> 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: Pavel Konstantinov
>            Priority: Major
>             Fix For: 2.8
>
>
> # 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)