From 691ad14d9ac533670b6983f98f1c1b0e18cf2056 Mon Sep 17 00:00:00 2001 From: meshramsaroj Date: Mon, 2 Aug 2021 13:53:33 +0530 Subject: [PATCH 1/2] fix: added additional statuses into the lead status option --- .../bloomstack_core/custom/lead.json | 28 +++++++++++++++++-- 1 file changed, 26 insertions(+), 2 deletions(-) diff --git a/bloomstack_core/bloomstack_core/custom/lead.json b/bloomstack_core/bloomstack_core/custom/lead.json index 4d2d1f0ec..6aea17ea9 100644 --- a/bloomstack_core/bloomstack_core/custom/lead.json +++ b/bloomstack_core/bloomstack_core/custom/lead.json @@ -340,7 +340,7 @@ "fieldname": "type_of_business", "fieldtype": "Data", "hidden": 0, - "idx": 15, + "idx": 16, "ignore_user_permissions": 0, "ignore_xss_filter": 0, "in_global_search": 0, @@ -374,6 +374,30 @@ ], "custom_perms": [], "doctype": "Lead", - "property_setters": [], + "property_setters": [ + { + "_assign": null, + "_comments": null, + "_liked_by": null, + "_user_tags": null, + "creation": "2021-08-02 01:19:39.019864", + "default_value": null, + "doc_type": "Lead", + "docstatus": 0, + "doctype_or_field": "DocField", + "field_name": "status", + "idx": 0, + "modified": "2021-08-02 01:19:39.019864", + "modified_by": "Administrator", + "name": "Lead-status-options", + "owner": "Administrator", + "parent": null, + "parentfield": null, + "parenttype": null, + "property": "options", + "property_type": "Text", + "value": "Lead\nOpen\nReplied\nOpportunity\nQuotation\nLost Quotation\nInterested\nConverted\nNot Qualified\nInvestor\nDo Not Contact\nSpam\nChannel Partner\nReferral Partner\nSales Partner Prospect" + } + ], "sync_on_migrate": 1 } \ No newline at end of file From 0985f141d9f0e039b3dffd7f62d36e4e8bd6033d Mon Sep 17 00:00:00 2001 From: Sahil Khan Date: Wed, 18 Aug 2021 16:34:41 +0550 Subject: [PATCH 2/2] bumped to version 2.3.1 --- bloomstack_core/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bloomstack_core/__init__.py b/bloomstack_core/__init__.py index f453bc4aa..929c2382e 100644 --- a/bloomstack_core/__init__.py +++ b/bloomstack_core/__init__.py @@ -1,4 +1,4 @@ # -*- coding: utf-8 -*- from __future__ import unicode_literals -__version__ = '2.3.0' +__version__ = '2.3.1'