From cf68cf0fa6f5c69d495017d9a74d3d744ab8da5d Mon Sep 17 00:00:00 2001 From: Coleman Watts Date: Wed, 30 Apr 2014 09:39:01 -0700 Subject: [PATCH] Partial revert of cf1182e to fix profile edit --- js/model/crm.uf.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/js/model/crm.uf.js b/js/model/crm.uf.js index d94bc677c7..3579334123 100644 --- a/js/model/crm.uf.js +++ b/js/model/crm.uf.js @@ -689,9 +689,6 @@ // set proper entity model based on selected profile var contactTypes = ['Individual', 'Household', 'Organization']; var profileType = ufGroupModel.get('group_type') || ''; - if (profileType[0]) { - profileType = profileType[0]; - } profileType = profileType.split(','); var ufEntityModel; -- 2.25.1