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#2333 Fix issue when clicking on alpha links from 'amtg' search #19472

Merged
merged 1 commit into from
Feb 1, 2021

Conversation

eileenmcnaughton
Copy link
Contributor

@eileenmcnaughton eileenmcnaughton commented Jan 30, 2021

Overview

dev/core#2333 Fix issue when clicking on alpha links from 'amtg' search

https://lab.civicrm.org/dev/core/-/issues/2333

Before

Add New Group via Manage Groups screen
Make it a mailing list
search for all contacts
click on letter M (or any letter)

Expected - see Contacts with last name M
Actual: Bounced back to group creation page

After

Fixed

Technical Details

Awful code but should be a fairly narrow fix as amtg context = add Members to Group I think

Comments

@kcristiano @demeritcowboy - note I'm targetting master as this doesn't seem very recent

@civibot
Copy link

civibot bot commented Jan 30, 2021

(Standard links)

@civibot civibot bot added the master label Jan 30, 2021
@demeritcowboy
Copy link
Contributor

Thanks. It works for me.

@seamuslee001
Copy link
Contributor

Merging as per review from @demeritcowboy

'force' => 1,
'qfKey' => $qfKey,
];
if ($query->_context === 'amtg') {
Copy link
Contributor

Choose a reason for hiding this comment

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

Oops this is throwing a notice on contribution and event page listings. PR: #19515

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