From 6a55cb0129b5b6d272b6f0aa29d5155843a583f9 Mon Sep 17 00:00:00 2001 From: varshith89 Date: Wed, 18 Sep 2019 07:42:24 +0000 Subject: [PATCH] dev/core#1262 - Fix case status order in case type settings page --- ang/crmCaseType.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ang/crmCaseType.js b/ang/crmCaseType.js index a1ff51ae5749..f140712ea46b 100644 --- a/ang/crmCaseType.js +++ b/ang/crmCaseType.js @@ -57,7 +57,10 @@ reqs.caseStatuses = ['OptionValue', 'get', { option_group_id: 'case_status', sequential: 1, - options: {limit: 0} + options: { + sort: 'weight', + limit: 0 + } }]; reqs.actTypes = ['OptionValue', 'get', { option_group_id: 'activity_type',