[
https://issues.apache.org/jira/browse/IGNITE-9371?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16604067#comment-16604067
]
Ilya Borisov edited comment on IGNITE-9371 at 9/5/18 7:50 AM:
--------------------------------------------------------------
[~anovikov] please merge.
The issue was caused by new'ing an arrow function, which is an invalid
behavior. It was working before thanks to not-too-strict transpilation, but
we've changed that recently.
was (Author: klaster_1):
The issue was caused by new'ing an arrow function, which is an invalid
behavior. It was working before thanks to not-too-strict transpilation, but
we've changed that recently.
> Web console: Failed to open Activity details dialog.
> ----------------------------------------------------
>
> Key: IGNITE-9371
> URL: https://issues.apache.org/jira/browse/IGNITE-9371
> Project: Ignite
> Issue Type: Bug
> Components: wizards
> Reporter: Vasiliy Sisko
> Assignee: Andrey Novikov
> Priority: Major
>
> # Open Admin page and select any user.
> # Select Activity details dialog in table Actions menu
> Error in log is printed:
> {code:java}
> TypeError: ActivitiesUserDialog is not a constructor
> at IgniteListOfRegisteredUsersCtrl.showActivities (controller.js:104)
> at fn (eval at compile (angular.js:15869), <anonymous>:4:167)
> at callback (angular.js:28101)
> at ChildScope.$eval (angular.js:18838)
> at ChildScope.$apply (angular.js:18937)
> at HTMLAnchorElement.<anonymous> (angular.js:28106)
> at HTMLAnchorElement.dispatch (jquery.js:5206)
> at HTMLAnchorElement.elemData.handle (jquery.js:5014) undefined{code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)