From 9e5724d55bb9e6b2d261989676c83df4803694b4 Mon Sep 17 00:00:00 2001 From: Margaret Epps Date: Fri, 29 Sep 2017 15:13:11 -0400 Subject: [PATCH] CRM-20304 Make clear that browse is called regardless of other action --- CRM/Custom/Page/Option.php | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/CRM/Custom/Page/Option.php b/CRM/Custom/Page/Option.php index 468036949b..afea4a07b6 100644 --- a/CRM/Custom/Page/Option.php +++ b/CRM/Custom/Page/Option.php @@ -208,7 +208,6 @@ WHERE option_group_id = %1"; $controller->setEmbedded(TRUE); $controller->process(); $controller->run(); - $this->browse(); } /** @@ -276,9 +275,8 @@ WHERE option_group_id = %1"; elseif ($action & CRM_Core_Action::MAP) { $this->alphabetize(); } - else { - $this->browse(); - } + $this->browse(); + // Call the parents run method return parent::run(); } -- 2.25.1