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#2102 Fix hang on event edit #18713

Merged
merged 1 commit into from
Oct 10, 2020
Merged

Conversation

eileenmcnaughton
Copy link
Contributor

@eileenmcnaughton eileenmcnaughton commented Oct 8, 2020

Overview

Changing the address on an event causes hang (spinning logo)
Per https://lab.civicrm.org/dev/core/-/issues/2102

Before

Create an Event with a location & Save.
On Event configuration select 'Event Location' tab
Click Create new location radio
Enter address details
Click Save

-> Spinning logo. On reloading the page, 'Create new location' is still selected with no address details

After

Save as normal

Technical details

It was trying to add an address it had deleted - test covers the related issue too

@civibot
Copy link

civibot bot commented Oct 8, 2020

(Standard links)

@civibot civibot bot added the master label Oct 8, 2020
@eileenmcnaughton eileenmcnaughton changed the base branch from master to 5.31 October 8, 2020 20:58
@civibot civibot bot added 5.31 and removed master labels Oct 8, 2020
@seamuslee001
Copy link
Contributor

@eileenmcnaughton can you please rebase this to ensure the set version commit isn't included

@eileenmcnaughton
Copy link
Contributor Author

@seamuslee001 thanks - done

@seamuslee001
Copy link
Contributor

@eileenmcnaughton test fails relate

CRM_Event_Form_ManageEvent_LocationTest.testCreateWithLocBlock
CRM_Event_Form_ManageEvent_LocationTest.testUpdateLocationBlock

@eileenmcnaughton
Copy link
Contributor Author

trying again

@eileenmcnaughton
Copy link
Contributor Author

Ok this is passing now - maybe @aydun will give it a spin for us & re-check?

@colemanw
Copy link
Member

Tested & confirmed the bug & the fix works. Test passes.

@colemanw colemanw merged commit c1de678 into civicrm:5.31 Oct 10, 2020
@eileenmcnaughton eileenmcnaughton deleted the 531 branch October 10, 2020 19:14
@aydun
Copy link
Contributor

aydun commented Oct 12, 2020

Coleman got there first! All looks good on dmaster.

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

Successfully merging this pull request may close these issues.

4 participants