-
-
Notifications
You must be signed in to change notification settings - Fork 825
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#650 Use popups for links #13421
Conversation
(Standard links)
|
@chamilwijesooriya could you say more about what screen(s) are affected by this? A screenshot might be helpful. |
@colemanw sorry for that. Updated the PR |
@chamilwijesooriya I've tested this and I'm not sure it quite does what you describe.
|
@mattwire I'm not sure about your 2nd observation, 'cause it works the same as 1st for me. |
For me the crm-popup seemed to be removed when loaded via a popup. I added it via the browser console to test but don't really like the popups on top of each other - we don't do that anywhere else. @colemanw The right thing to do I think is to load the link in the same popup but that goes a little beyond my popup/js foo? |
@mattwire in that case I'm not sure what else to do. I just followed what's mentioned here under CRM.popup https://docs.civicrm.org/dev/en/latest/framework/ajax/ |
It seems to replace the existing popup if I use the class |
Changed class to action-item
I've re-tested this and the new |
Cheers |
Overview
GitLab Issue 650
Before
Steps to reproduce:
View the membership and click on recurring contribution link
View the recurring contribution and click on membership link
After
crm-popup
to the hyperlink in following code blockcrm-popup
to the hyperlink in following code block