Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
civicrm
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
plugins
civicrm
Commits
d3b95791
Verified
Commit
d3b95791
authored
5 years ago
by
Christian Wach
Committed by
Kevin Cristiano
5 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Remove limit on search for Dashlets-in-Domain
Signed-off-by:
Kevin Cristiano
<
kcristiano@kcristiano.com
>
parent
74090c84
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
civicrm/CRM/Core/BAO/Dashboard.php
+1
-0
1 addition, 0 deletions
civicrm/CRM/Core/BAO/Dashboard.php
with
1 addition
and
0 deletions
civicrm/CRM/Core/BAO/Dashboard.php
+
1
−
0
View file @
d3b95791
...
...
@@ -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.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment