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

dev/core#770 - View Case Activity page displays disabled custom fields #13741

Merged
merged 1 commit into from
Mar 3, 2019

Conversation

jitendrapurohit
Copy link
Contributor

Overview

View Case Activity page displays disabled custom fields

Before

Replicate it by -

  • Creating a custom group for case activity
  • Add 2 fields to the set - active and disabled.

image

  • Create a case activity and enter value in the active custom field.
  • Click View link in the activity row and notice the disabled field shown on the page.

image

After

Fixed.

image

Comments

Gitlab - https://lab.civicrm.org/dev/core/issues/770

@civibot
Copy link

civibot bot commented Mar 1, 2019

(Standard links)

@civibot civibot bot added the master label Mar 1, 2019
@@ -581,10 +581,11 @@ public function getCustomData($clientID, $activityDAO, &$activityTypeInfo) {
/**
* @param int $activityTypeID
* @param null $dateFormat
* @param boolean $onlyActive
Copy link
Member

Choose a reason for hiding this comment

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

@jitendrapurohit please change this to bool and tests will pass, thanks.

@seamuslee001
Copy link
Contributor

Jenkins re test this please

@eileenmcnaughton
Copy link
Contributor

@jitendrapurohit style warning

@eileenmcnaughton
Copy link
Contributor

test this please

@eileenmcnaughton
Copy link
Contributor

unrelated fail

@eileenmcnaughton eileenmcnaughton merged commit b012318 into civicrm:master Mar 3, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants