Replace desktop icon for project list with desktop icon for projects module

- Add a patch to fix already install instances
This commit is contained in:
Suraj Shetty
2018-12-20 20:12:37 +05:30
parent a8d9bfdcfd
commit b0a84f014e
3 changed files with 27 additions and 4 deletions

View File

@@ -38,12 +38,10 @@ def get_data():
"link": "List/Employee"
},
{
"module_name": "Project",
"_doctype": "Project",
"module_name": "Projects",
"color": "#8e44ad",
"icon": "octicon octicon-rocket",
"type": "link",
"link": "List/Project"
"type": "module",
},
{
"module_name": "Issue",