feat: added open count tag

This commit is contained in:
Shivam Mishra
2020-05-04 19:32:20 +05:30
parent 781bf78ce5
commit 100453c64f

View File

@@ -28,7 +28,7 @@
"idx": 0, "idx": 0,
"is_standard": 1, "is_standard": 1,
"label": "Projects", "label": "Projects",
"modified": "2020-04-01 11:28:51.245756", "modified": "2020-05-04 18:08:54.363929",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Projects", "module": "Projects",
"name": "Projects", "name": "Projects",
@@ -37,6 +37,7 @@
"pin_to_top": 0, "pin_to_top": 0,
"shortcuts": [ "shortcuts": [
{ {
"color": "#4d4da8",
"format": "{} Assigned", "format": "{} Assigned",
"label": "Task", "label": "Task",
"link_to": "Task", "link_to": "Task",
@@ -44,8 +45,11 @@
"type": "DocType" "type": "DocType"
}, },
{ {
"color": "#4d4da8",
"format": "{} Open",
"label": "Project", "label": "Project",
"link_to": "Project", "link_to": "Project",
"stats_filter": "{\n \"status\": \"Open\"\n}",
"type": "DocType" "type": "DocType"
}, },
{ {