Ver código fonte

fix: map view doesnt open (#18487)

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

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

@@ -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
Salvar