Skip to content

Commit

Permalink
Fixed styling and included Contact detail report in SelectWhereClause…
Browse files Browse the repository at this point in the history
… test
  • Loading branch information
pradpnayak committed Sep 13, 2018
1 parent f61375a commit 873ca02
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion CRM/Report/Form/Contact/Detail.php
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,7 @@ public function from() {
$this->joinEmailFromContact();

// only include tables that are in from clause
$componentTables = array_intersect($this->_aliases, $this->_component);
$componentTables = array_intersect($this->_aliases, $this->_component);
$componentTables = array_flip($componentTables);
$this->_selectedTables = array_diff($this->_selectedTables, $componentTables);

Expand Down
1 change: 0 additions & 1 deletion tests/phpunit/api/v3/ReportTemplateTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,6 @@ public function getReportTemplatesSupportingSelectWhere() {
// Exclude all that do not work as of test being written. I have not dug into why not.
$currentlyExcluded = [
'contribute/repeat',
'contact/detail',
'member/summary',
'event/summary',
'case/summary',
Expand Down

0 comments on commit 873ca02

Please sign in to comment.