Merge pull request #5447 from dannysmyda/5788-Change-Menu-Action-Presentation

5788 Change Menu Action Presentation
This commit is contained in:
Richard Cordovano 2019-11-27 10:55:07 -05:00 committed by GitHub
commit c7957478be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -291,6 +291,9 @@ public class DataResultFilterNode extends FilterNode {
for (Action a : ban.getActions(true)) {
actionsList.add(a);
}
//Add seperator between the decorated actions and the actions from the node itself.
actionsList.add(null);
BlackboardArtifact ba = ban.getLookup().lookup(BlackboardArtifact.class);
final int artifactTypeID = ba.getArtifactTypeID();