Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Trivial
-
Resolution: Fixed/Completed
-
Affects Version/s: 4.7.3
-
Fix Version/s: 4.7.4
-
Component/s: None
-
Labels:
-
Documentation Required?:None
-
Funding Source:Contributed Code
Description
The civicrm_dashboard table contains domain_id but civicrm_dashboard_contact does not. When loading dashlets by contact it is not filtered by the current domain, resulting in an attempt to load dashlets that are not valid for the domain & getting into a loading loop.
Since there is domain_id on civicrm_dashboard table it should be respected in the getContactDashlet function