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

Follow up to 16322: Fix non-existent snippet tags being broken up by an @ tag #16682

Open
wants to merge 2 commits into
base: 3.x
Choose a base branch
from

Conversation

smg6511
Copy link
Collaborator

@smg6511 smg6511 commented Jan 21, 2025

What does it do?

Identifies and fixes a problem present in the getPropertySet method where the Element name is re-set, but without the necessary colon between the actual Element name and the rest of its tag.

Why It's Needed / How to Test

See PR #16322

Note

This is by and large the result of @Mark-H's work -- although it did take the better part of a night to track down the issue he was asking for help on ;-)

Fixes issue with default value not working when prop set is specified in an Element call
Fix code quality issue
@smg6511 smg6511 added the pr/review-needed Pull request requires review and testing. label Jan 21, 2025
@Mark-H
Copy link
Collaborator

Mark-H commented Jan 24, 2025

Thanks for taking over the PR and working on it some more. It is indeed something that takes a while to figure out - it took me like 3 days of work to get to that PR which fixed some issues, but left the one I couldn't sort out.

I've added a note to my to do list to review and dig back into this to give it a proper review. It may take me a few weeks but is on the list.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pr/review-needed Pull request requires review and testing.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants