Merge pull request #36186 from ljain112/fix-desktop-icon-awesomebar
This commit is contained in:
commit
c988975c06
1 changed files with 1 additions and 1 deletions
|
|
@ -1310,7 +1310,7 @@ Object.assign(frappe.utils, {
|
|||
if (!desktop_icon) return;
|
||||
let item = {};
|
||||
if (desktop_icon.link_type == "External" && desktop_icon.link) {
|
||||
route = window.location.origin + desktop_icon.link;
|
||||
route = desktop_icon.link;
|
||||
} else {
|
||||
let sidebar = frappe.boot.workspace_sidebar_item[desktop_icon.label.toLowerCase()];
|
||||
if (desktop_icon.link_type == "Workspace Sidebar" && sidebar) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue