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#708, Fix Qill for Added by and Modified By #13566

Merged
merged 2 commits into from
Mar 1, 2019

Conversation

pradpnayak
Copy link
Contributor

@civibot
Copy link

civibot bot commented Feb 11, 2019

(Standard links)

@civibot civibot bot added the master label Feb 11, 2019
}
}
list($qillop, $qillVal) = self::buildQillForFieldValue(NULL, 'changed_by', $name, 'LIKE');
$this->_qill[$grouping][] = ts("%1 %2 %3", [
Copy link
Member

Choose a reason for hiding this comment

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

@pradpnayak can you add single quotes for value:

$this->_qill[$grouping][] = ts("%1 %2 '%3'", [
...

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Thanks @monishdeb

Pushed the change.

Copy link
Contributor

Choose a reason for hiding this comment

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

@monishdeb looks like your review has been responded to - good to merge now?

@mlutfy mlutfy changed the title dev/core/issues/708, Fix Qill for Added by and Modified By dev/core#708, Fix Qill for Added by and Modified By Feb 15, 2019
@monishdeb
Copy link
Member

Tested, working fine.

@monishdeb monishdeb merged commit 49b9c05 into civicrm:master Mar 1, 2019
@pradpnayak pradpnayak deleted the ModifiedBy branch March 23, 2020 01:10
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.

3 participants