Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CRM-21760: Manager Name is missing in 'Find Cases' search list #11665

Merged
merged 2 commits into from
Feb 16, 2018

Conversation

monishdeb
Copy link
Member

Overview

Steps to replicate:

  1. Got to 'Find Cases'
  2. Simply search and populate the result

Result: In place of manager name, we got '—' for all cases
Expected: Linkable manger name

Before

screen shot 2018-02-12 at 12 12 07 am

After

screen shot 2018-02-12 at 12 13 58 am

Comments

This is a regression due improvement made in #11304 where now getCaseManagerContact() return the Case Manager name in HTML format.

@mattwire
Copy link
Contributor

@colemanw Looks good to merge

@@ -1890,6 +1890,7 @@ public static function getCaseManagerContact($caseType, $caseId) {
}

$caseManagerContact = array();
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this line can be removed. The var is not used in this function.

@lcdservices
Copy link
Contributor

Tested and this is working as expected. Just one minor inline comment re: code cleanup.

@colemanw colemanw merged commit c658add into civicrm:4.7.31-rc Feb 16, 2018
@mlutfy mlutfy added this to the 4.7.31 milestone Mar 6, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants