[
https://issues.apache.org/jira/browse/KNOX-1424?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16595104#comment-16595104
]
ASF subversion and git services commented on KNOX-1424:
-------------------------------------------------------
Commit bc0cca6e57740ed514acd606711d787735964ada in knox's branch
refs/heads/master from [~moresandeep]
[ https://git-wip-us.apache.org/repos/asf?p=knox.git;h=bc0cca6 ]
KNOX-1424 - Fix renaming app to /gateway/ui_ns1/zeppelin/app ( Sameer Shaikh
via Sandeep More)
> knox renaming "app" to "/gateway/ui_ns1/zeppelin/app"
> -----------------------------------------------------
>
> Key: KNOX-1424
> URL: https://issues.apache.org/jira/browse/KNOX-1424
> Project: Apache Knox
> Issue Type: Bug
> Components: Server
> Affects Versions: 0.14.0
> Reporter: Sameer Shaikh
> Priority: Major
> Fix For: 1.2.0
>
> Attachments: KNOX-1424.patch
>
>
> While running the zeppelin through Knox proxy, the variable "app" got
> explicitly replace with the string "/gateway/ui_ns1/zeppelin/app".
> Original code: ng-repeat="app in apps"
> Knox code: ng-repeat="/gateway/ui_ns1/zeppelin/app in apps"
> In two files
> a] result.html
> b] result-chart-selector.html
> Due to which the UI breaks
> Error:
> [ngRepeat:iidexp|https://hortonworks.jira.com/wiki/display/ngRepeat/iidexp]
> '_item_' in '_item_ in _collection_' should be an identifier or '(_key_,
> _value_)' expression
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)