mirror of https://github.com/apache/nifi.git
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:
parent
99d3c39748
commit
af27e4070b
|
@ -967,9 +967,6 @@ nf.CanvasUtils = (function () {
|
|||
return false;
|
||||
}
|
||||
|
||||
if (nf.CanvasUtils.isProcessGroup(selection)) {
|
||||
return true;
|
||||
}
|
||||
if (nf.CanvasUtils.canRead(selection) === false) {
|
||||
return false;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue