[
https://issues.apache.org/jira/browse/NIFI-2441?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15403268#comment-15403268
]
ASF subversion and git services commented on NIFI-2441:
-------------------------------------------------------
Commit 9a2f8c598e7e067b371a6cb8f67f227e982f5b9a in nifi's branch
refs/heads/master from [~ijokarumawak]
[ https://git-wip-us.apache.org/repos/asf?p=nifi.git;h=9a2f8c5 ]
NIFI-2441 This closes #766. View state fails with a JS error
Removed permission check causing "Cannot read property 'canRead' of
undefined". A given user won't have record level permission
difference for component state. It's not required here.
> View state fails with a JS error: "Cannot read property 'canRead' of
> undefined"
> -------------------------------------------------------------------------------
>
> Key: NIFI-2441
> URL: https://issues.apache.org/jira/browse/NIFI-2441
> Project: Apache NiFi
> Issue Type: Bug
> Components: Core UI
> Affects Versions: 1.0.0
> Reporter: Koji Kawamura
> Assignee: Joseph Witt
> Fix For: 1.0.0
>
>
> NIFI-2355 and its PR #715 added permission check to table sort comparator in
> nf-component-state.js. And it produces a JS error: "Cannot read property
> 'canRead' of undefined"
> I think it shouldn't be added to state table, since a given user won't have
> record level permission difference for component state.
> #715 has the same change for changes nf-controller-services.js and other JS
> files. I assume adding the permission change to nf-component-state.js was a
> mistake.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)