Skip to content
Snippets Groups Projects
Commit 6857cc0a authored by Kevin Cristiano's avatar Kevin Cristiano :earth_americas:
Browse files

CRM-17663 - Don't limit number of dashlets #9085

parent 1a8850dd
No related branches found
No related tags found
No related merge requests found
......@@ -108,7 +108,7 @@ class CRM_Core_BAO_Dashboard extends CRM_Core_DAO_Dashboard {
'contact_id' => $contactID,
'is_active' => 1,
'dashboard_id.is_active' => 1,
'options' => array('sort' => 'weight'),
'options' => array('sort' => 'weight', 'limit' => 0),
'return' => array(
'id',
'weight',
......
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