NIFI-2843: - Removing the View Configuration menu item from the context menu on Process Groups.

This closes #1087

Signed-off-by: jpercivall <joepercivall@yahoo.com>
This commit is contained in:
Matt Gilman 2016-09-30 10:34:43 -04:00 committed by jpercivall
parent 99d3c39748
commit af27e4070b
1 changed files with 0 additions and 3 deletions

View File

@ -967,9 +967,6 @@ nf.CanvasUtils = (function () {
return false;
}
if (nf.CanvasUtils.isProcessGroup(selection)) {
return true;
}
if (nf.CanvasUtils.canRead(selection) === false) {
return false;
}