We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6105bdd + 8cc1736 commit 5db20a1Copy full SHA for 5db20a1
src/main/java/org/scijava/search/module/ModuleSearchResult.java
@@ -83,7 +83,7 @@ public String identifier() {
83
84
@Override
85
public String context() {
86
- return "/" + getMenuPath(name() != info.getMenuPath().getLeaf().toString(), "/");
+ return "/" + getMenuPath(name() != "" + info.getMenuPath().getLeaf(), "/");
87
}
88
89
0 commit comments