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

v1.28.1 #1050

Merged
merged 2 commits into from
Mar 9, 2022
Merged

v1.28.1 #1050

merged 2 commits into from
Mar 9, 2022

Conversation

nmanu1
Copy link
Contributor

@nmanu1 nmanu1 commented Mar 9, 2022

Bug Fixes

Use a result's internal `uid` instead of the external entity `id` for identifying map pins. The `id` can be any string specified by the user. This causes an error when clicking on a map pin on mobile if the `id` has spaces, apostrophes, etc. The `uid` is a unique, automatically-generated string that only consists of numbers, so it would not have this problem.

J=SLAP-1962
TEST=manual

Check that map pins on mobile can now be clicked regardless of external entity ID because the `uid` is used instead.
@coveralls
Copy link

coveralls commented Mar 9, 2022

Coverage Status

Coverage remained the same at 8.823% when pulling 5b09cfa on hotfix/v1.28.1 into 402d4a5 on master.

@tmeyer2115 tmeyer2115 self-requested a review March 9, 2022 14:14
tmeyer2115
tmeyer2115 previously approved these changes Mar 9, 2022
oshi97
oshi97 previously approved these changes Mar 9, 2022
Add patch file for changing the map pin to use `uid` instead of `id` (based on PR #1049).

J=SLAP-1962
TEST=manual

Test that the patch was applied successfully on a site using Theme 1.26.
@nmanu1 nmanu1 dismissed stale reviews from oshi97 and tmeyer2115 via 5b09cfa March 9, 2022 19:51
@nmanu1 nmanu1 merged commit c720b43 into master Mar 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants