Repository: nifi
Updated Branches:
  refs/heads/master 6fd1c17ca -> 56e515f7a


[NIFI-2658] Use bulletinEntity id instead of bulleting id since the ids match 
but bulletinEntities do not get bulletin objects if user is not authorized. 
This closes #938


Project: http://git-wip-us.apache.org/repos/asf/nifi/repo
Commit: http://git-wip-us.apache.org/repos/asf/nifi/commit/56e515f7
Tree: http://git-wip-us.apache.org/repos/asf/nifi/tree/56e515f7
Diff: http://git-wip-us.apache.org/repos/asf/nifi/diff/56e515f7

Branch: refs/heads/master
Commit: 56e515f7ae42ed0ad609ddb38f9b0a7026c9bee8
Parents: 6fd1c17
Author: Scott Aslan <scottyas...@gmail.com>
Authored: Thu Aug 25 08:55:26 2016 -0400
Committer: Matt Gilman <matt.c.gil...@gmail.com>
Committed: Thu Aug 25 09:27:41 2016 -0400

----------------------------------------------------------------------
 .../src/main/webapp/js/nf/bulletin-board/nf-bulletin-board.js      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/nifi/blob/56e515f7/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/js/nf/bulletin-board/nf-bulletin-board.js
----------------------------------------------------------------------
diff --git 
a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/js/nf/bulletin-board/nf-bulletin-board.js
 
b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/js/nf/bulletin-board/nf-bulletin-board.js
index d58f8b8..94fc085 100644
--- 
a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/js/nf/bulletin-board/nf-bulletin-board.js
+++ 
b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/js/nf/bulletin-board/nf-bulletin-board.js
@@ -388,7 +388,7 @@ nf.ng.BulletinBoardCtrl = function (serviceProvider) {
 
                         // record the id of the last bulletin in this request
                         if (i + 1 === bulletinEntities.length) {
-                            lastBulletin = bulletin.id;
+                            lastBulletin = bulletinEntity.id;
                         }
                     });
 

Reply via email to