You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@guacamole.apache.org by "Nick Couchman (JIRA)" <ji...@apache.org> on 2018/04/30 17:01:01 UTC

[jira] [Commented] (GUACAMOLE-526) Update Guacamole-Client Webapp to Angular 1.6.9

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

Nick Couchman commented on GUACAMOLE-526:
-----------------------------------------

Seeing the following message in the JS Console in Chrome after the recent changes for this issue:

{code}
angular.js:14800 Error: [orderBy:notarray] http://errors.angularjs.org/1.6.9/orderBy/notarray?p0=%7B%7D
    at angular.js:88
    at angular.js:22681
    at fn (eval at compile (angular.js:15651), <anonymous>:4:297)
    at e (angular.js:16776)
    at m.$digest (angular.js:18372)
    at m.$apply (angular.js:18649)
    at Guacamole.Client.l.onsync (app.js?v=0.9.14:354)
    at sync (app.js?v=0.9.14:33)
    at Guacamole.WebSocketTunnel.a.oninstruction (app.js?v=0.9.14:35)
    at WebSocket.c.onmessage (app.js?v=0.9.14:135)
(anonymous) @ angular.js:14800
(anonymous) @ angular.js:11218
$digest @ angular.js:18398
$apply @ angular.js:18649
l.onsync @ app.js?v=0.9.14:354
sync @ app.js?v=0.9.14:33
a.oninstruction @ app.js?v=0.9.14:35
c.onmessage @ app.js?v=0.9.14:135
{code}

> Update Guacamole-Client Webapp to Angular 1.6.9
> -----------------------------------------------
>
>                 Key: GUACAMOLE-526
>                 URL: https://issues.apache.org/jira/browse/GUACAMOLE-526
>             Project: Guacamole
>          Issue Type: Improvement
>            Reporter: James Muehlner
>            Assignee: James Muehlner
>            Priority: Minor
>             Fix For: 1.0.0
>
>
> The client webapp is currently running AngularJS version 1.3.16, which is about 3 years old.
> Upgrading to the new typescript-based Angular would be a very involved change, but we should at least attempt to upgrade to the most recent version of AngularJS, 1.6.9.
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)