fix(minor): update routes

This commit is contained in:
Rushabh Mehta
2020-11-18 15:00:34 +05:30
parent dc1e240642
commit 542bc01718
38 changed files with 68 additions and 69 deletions

View File

@@ -16,13 +16,13 @@ def get_data():
{
"type": "doctype",
"name": "Task",
"route": "#List/Task",
"route": "/app/List/Task",
"description": _("Project activity / task."),
"onboard": 1,
},
{
"type": "report",
"route": "#List/Task/Gantt",
"route": "/app/List/Task/Gantt",
"doctype": "Task",
"name": "Gantt Chart",
"description": _("Gantt chart of all tasks."),
@@ -97,5 +97,5 @@ def get_data():
},
]
},
]