GitHub user mcgilman opened a pull request:
https://github.com/apache/nifi/pull/2216
NIFI-4497: Fixing issue preventing separators in sub context menus
NIFI-4497:
- Fixing issue preventing separators in sub context menus.
@scottyaslan Was hoping you could take a peek at this. To reproduce the
issue, add a separator to the menu items in a sub-group. The separator will be
ignored. With this change, the separator should be visible.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/mcgilman/nifi NIFI-4497
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/nifi/pull/2216.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 #2216
----
commit f8dc2b10d350f1751166d988a7bb90d1da547f9f
Author: Matt Gilman <[email protected]>
Date: 2017-10-18T16:03:07Z
NIFI-4497:
- Fixing issue preventing separators in sub context menus.
----
---