Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Minor
-
Resolution: Fixed/Completed
-
Affects Version/s: 4.7.25
-
Fix Version/s: 4.7.28
-
Component/s: None
-
Labels:
-
Versioning Impact:Patch (backwards-compatible bug fixes)
-
Documentation Required?:None
-
Funding Source:Needs Funding
-
Verified?:No
Description
Issue 1
If you go to Activity dashlet, by default, there is no activity status set in 'Filter by Activity' form.
Expected result: List activities of any status.
Actual result: List 'Scheduled' activities.
Bug: The underlying SQL query responsible to fetch activities has hard-coded value set for Activity Status here to 'Scheduled' if $context is 'dashlet'. So this s not affecting Activity tab on Contact summary page but only dashlet.
Issue 2
If you go to Activity dashlet, it doesn't show the latest activities on first.
Bug: The sort order clause is written as 'status_id ASC, activity_date_time ASC'