Ver a proveniência

fix: map view doesnt open (#18487)

Co-authored-by: Komal Saraf <komal@frappe.io>
(cherry picked from commit 8fd497a594)
version-14
Komal-Saraf0609 há 2 anos
committed by Mergify
ascendente
cometimento
ed5423517d
1 ficheiros alterados com 2 adições e 0 eliminações
  1. +2
    -0
      frappe/public/js/frappe/router.js

+ 2
- 0
frappe/public/js/frappe/router.js Ver ficheiro

@@ -88,6 +88,7 @@ frappe.router = {
"dashboard", "dashboard",
"image", "image",
"inbox", "inbox",
"map",
], ],
list_views_route: { list_views_route: {
list: "List", list: "List",
@@ -100,6 +101,7 @@ frappe.router = {
image: "Image", image: "Image",
inbox: "Inbox", inbox: "Inbox",
file: "Home", file: "Home",
map: "Map",
}, },
layout_mapped: {}, layout_mapped: {},




Carregando…
Cancelar
Guardar