Skip to content
Snippets Groups Projects
Verified Commit f7d2c1de authored by Christian Wach's avatar Christian Wach :soccer: Committed by Kevin Cristiano
Browse files

Remove limit on search for Dashlets-in-Domain

parent 926aa2e3
No related branches found
No related tags found
No related merge requests found
......@@ -361,6 +361,7 @@ class CRM_Core_BAO_Dashboard extends CRM_Core_DAO_Dashboard {
$domainDashlets = civicrm_api3('Dashboard', 'get', [
'return' => array('id'),
'domain_id' => CRM_Core_Config::domainID(),
'options' => ['limit' => 0],
]);
// Get the array of IDs.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment