Details
-
Type: Improvement
-
Status: Done/Fixed
-
Priority: Trivial
-
Resolution: Fixed/Completed
-
Affects Version/s: 3.3.0, 3.3.1, 3.3.2, 3.3.3
-
Fix Version/s: 3.3.6
-
Component/s: CiviCRM Search
-
Labels:None
Description
Part of the code change in CRM-7111 creates a confusing and conflicting message to the user. They are told x number of results but right next to it, they are told "Actual Registered participant count : 50". Since this is really the number of rows being displayed on the page, the text should say "Number of rows displayed" or just remove the message since it's of little use. The pager already tells the user what page they are on and how many rows are being displayed.
Attached is a screenshot of the text with &crmRowCount=1 just to show the pager and message. In this case it says "Actual Registered participant count : 1" but there are obviously three participants.
Suggestion is to remove the message completely.
Line 41 of templates/CRM/common/searchResultTasks.tpl
Attachments
Issue Links
- supplements
-
CRM-7111 Fix the count for actual participants in the dashboard
- Done/Fixed