diff --git a/crm/api/doc.py b/crm/api/doc.py index 335c511c..d109f409 100644 --- a/crm/api/doc.py +++ b/crm/api/doc.py @@ -107,6 +107,7 @@ def get_list_data(doctype: str, filters: dict, order_by: str): "value": "modified_by", "options": "User", }, + {"label": "Assigned To", "type": "Text", "value": "_assign"}, {"label": "Owner", "type": "Link", "value": "owner", "options": "User"}, ] diff --git a/frontend/src/components/ListViews/DealsListView.vue b/frontend/src/components/ListViews/DealsListView.vue index a02b6996..05698535 100644 --- a/frontend/src/components/ListViews/DealsListView.vue +++ b/frontend/src/components/ListViews/DealsListView.vue @@ -17,7 +17,10 @@ v-slot="{ column, item }" :row="row" > - +
+ +
+