This commit is contained in:
@@ -179,7 +179,8 @@ export default {
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
//Now see if there is a help item or not and add it if not`
|
//Now see if there is a help item already that is contextual or if not then add a generic link to the start of docs
|
||||||
|
TODO: check here if there is already an item that has a key that starts with "app:help:" instead of using the specialHelpLInk
|
||||||
if (!hasSpecialHelpLink) {
|
if (!hasSpecialHelpLink) {
|
||||||
that.appBar.mainMenuItems.push({
|
that.appBar.mainMenuItems.push({
|
||||||
title: this.$gzlocale.get("MenuHelp"),
|
title: this.$gzlocale.get("MenuHelp"),
|
||||||
|
|||||||
Reference in New Issue
Block a user