fix(routes): desk to app

This commit is contained in:
Rushabh Mehta
2020-12-18 13:17:58 +05:30
parent 70cfc4df15
commit 2cd41bca06
14 changed files with 19 additions and 24 deletions

View File

@@ -26,7 +26,7 @@ frappe.listview_settings['Task'] = {
},
gantt_custom_popup_html: function(ganttobj, task) {
var html = `<h5><a style="text-decoration:underline"\
href="/desk/Form/Task/${ganttobj.id}""> ${ganttobj.name} </a></h5>`;
href="/app/task/${ganttobj.id}""> ${ganttobj.name} </a></h5>`;
if(task.project) html += `<p>Project: ${task.project}</p>`;
html += `<p>Progress: ${ganttobj.progress}</p>`;