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#1366 - Case Audit.tpl file no longer used #16660

Merged
merged 1 commit into from
Mar 1, 2020

Conversation

demeritcowboy
Copy link
Contributor

Following #15998 this file never gets used anymore. There's no way to reach the (malfunctioning) javascripty interactive audit page anymore.

There's more that can be removed but keeping it small.

@civibot
Copy link

civibot bot commented Feb 29, 2020

(Standard links)

@civibot civibot bot added the master label Feb 29, 2020
@eileenmcnaughton
Copy link
Contributor

I'm going to merge this because I know it's a work in progress but I kinda feel it's starting at the wrong end - it's accessible from

/**
* @param int $clientID
* @param int $caseID
* @param string $activitySetName
* @param array $params
*
* @return mixed
*/
public function run($clientID, $caseID, $activitySetName, $params) {
$contents = self::getCaseReport($clientID,
$caseID,
$activitySetName,
$params,
$this
);
return CRM_Case_Audit_Audit::run($contents, $clientID, $caseID);
}

but that function seems to be no longer accessed so removing this without removing that function first feels like the wrong order

@eileenmcnaughton eileenmcnaughton merged commit 8ac717a into civicrm:master Mar 1, 2020
@demeritcowboy
Copy link
Contributor Author

You're right I should have done it the other way from a review standpoint. I'll do the other part tomorrow.

@eileenmcnaughton
Copy link
Contributor

Thanks @demeritcowboy - you have a track record on following up on your commits so I was OK with merging in this order

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants