mirror of https://github.com/apache/nifi.git
NIFI-1286: - Removing provenance option from the Label context menu
Signed-off-by: joewitt <joewitt@apache.org>
This commit is contained in:
parent
bef3fc8b40
commit
0436383f49
|
@ -256,7 +256,8 @@ nf.ContextMenu = (function () {
|
|||
return false;
|
||||
}
|
||||
|
||||
return !nf.CanvasUtils.isConnection(selection) && !nf.CanvasUtils.isProcessGroup(selection) && !nf.CanvasUtils.isRemoteProcessGroup(selection) && nf.Common.canAccessProvenance();
|
||||
return !nf.CanvasUtils.isLabel(selection) && !nf.CanvasUtils.isConnection(selection) && !nf.CanvasUtils.isProcessGroup(selection)
|
||||
&& !nf.CanvasUtils.isRemoteProcessGroup(selection) && nf.Common.canAccessProvenance();
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue