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

HF: dev-107.2.1 → dev-107.3.0 #2056

Merged
merged 3 commits into from
Dec 6, 2024
Merged

Conversation

jakobvogel
Copy link
Member

@jakobvogel jakobvogel commented Dec 6, 2024

Reviewed via #2055.

We were fitting a custom handler to process events after the loaded node all the time, even if we have no event to call.

Fixes: OX-11723
When adding a node handler, we must check if the original handler was set to ignore contents, otherwise, the entire sub-three will be loaded.

For example, trying to read the BMEcat version from the root element, we want to read this element alone and not the entire file.

Fixes: OX-11723
@jakobvogel jakobvogel added 🔥 Hotfix PRs that fix a major bug and can be hotfixed 🛠️ Maintenance Translations, Code Cleanup, ... labels Dec 6, 2024
@jakobvogel jakobvogel merged commit fbd95d6 into hotfix/dev-107.3.0 Dec 6, 2024
8 checks passed
@jakobvogel jakobvogel deleted the ili/HF_107.2.1 branch December 6, 2024 09:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🔥 Hotfix PRs that fix a major bug and can be hotfixed 🛠️ Maintenance Translations, Code Cleanup, ...
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants