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#528 - Advanced Search -> Contribution Tab and Contribution D… #13112

Merged
merged 1 commit into from Nov 16, 2018

Conversation

jitendrapurohit
Copy link
Contributor

…ashboard returns a fatal error

Overview

Fix network error on advanced search and fatal error on civicontribute dashboard.

Before

On Dmaster
https://dmaster.demo.civicrm.org/civicrm/contact/search/advanced?reset=1 -> Expanding the contribution div section displays a network error

image

Similarly, Contribution Dashboard returns a fatal error - https://dmaster.demo.civicrm.org/civicrm/contribute?reset=1

image

After

Fixed.

Technical Details

cancel_reason input field was replaced with the latest addField function which expects an _action to be loaded on the page. We can fix this by simply ignoring to load the search form on dashboard page by inserting an if check at this point. But as we load the browse action on civicase, this PR follows the same rule.

Comments

This error is not present in 5.8rc released version.

Gitlab - https://lab.civicrm.org/dev/core/issues/528

@civibot
Copy link

civibot bot commented Nov 16, 2018

(Standard links)

@eileenmcnaughton
Copy link
Contributor

thanks @jitendrapurohit - and thanks for checking it is not in the 5.8rc

@monishdeb
Copy link
Member

Merging as per label.

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