mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-07 07:02:54 +00:00
fix route for Task and Tree of Procedure
This commit is contained in:
@@ -16,7 +16,7 @@ def get_data():
|
|||||||
{
|
{
|
||||||
"type": "doctype",
|
"type": "doctype",
|
||||||
"name": "Task",
|
"name": "Task",
|
||||||
"route": "List/Task",
|
"route": "#List/Task",
|
||||||
"description": _("Project activity / task."),
|
"description": _("Project activity / task."),
|
||||||
"onboard": 1,
|
"onboard": 1,
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -23,7 +23,7 @@ def get_data():
|
|||||||
"name": "Quality Procedure",
|
"name": "Quality Procedure",
|
||||||
"icon": "fa fa-sitemap",
|
"icon": "fa fa-sitemap",
|
||||||
"label": _("Tree of Procedures"),
|
"label": _("Tree of Procedures"),
|
||||||
"route": "Tree/Quality Procedure",
|
"route": "#Tree/Quality Procedure",
|
||||||
"description": _("Tree of Quality Procedures."),
|
"description": _("Tree of Quality Procedures."),
|
||||||
},
|
},
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user