GitHub user ijokarumawak opened a pull request: https://github.com/apache/nifi/pull/766
NIFI-2441: 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. Before this fix, "View state" menu didn't show component state window, due to the JS error. Please clear the browser cache when you test this PR. You can test with whatever processor that manages its state, for example ListFile. ![image](https://cloud.githubusercontent.com/assets/1107620/17314638/dba8d1aa-58a0-11e6-9a00-af1366915295.png) You can merge this pull request into a Git repository by running: $ git pull https://github.com/ijokarumawak/nifi nifi-2441 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/nifi/pull/766.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #766 ---- commit ed8fd96ed3ecccba5196a2457591ba450b50bfa0 Author: Koji Kawamura <ijokaruma...@apache.org> Date: 2016-08-02T01:58:48Z NIFI-2441: 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. ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---