Skip to content
Snippets Groups Projects
Unverified Commit 68e7edd7 authored by Seamus Lee's avatar Seamus Lee Committed by GitHub
Browse files

Merge pull request #19257 from ixiam/dev#2270

#2270 - Editing a smartgroup created through the search builder renders the new block by force
parents d830d3ae 10916a95
Branches
Tags
No related merge requests found
......@@ -51,7 +51,9 @@ class CRM_Contact_Form_Search_Builder extends CRM_Contact_Form_Search {
// Initialize new form
if (!$this->_blockCount) {
$this->_blockCount = 4;
$this->set('newBlock', 1);
if (!$this->_ssID) {
$this->set('newBlock', 1);
}
}
//get the column count
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment