Confirming that this fixes the issue.
Just attaching a static patch that safely can be used in composer.json.
Reroll against 2.0.x with the idempotent update hook. This should be safe to use if you have already used an earlier version of this patch in your project.
The patch in #58 does not work as it adds a 8003 updatehook while in 2.0.x updatehook 8003 already exists for something else... Simply changing the one from the patch to 8007 exposes the problem Bram mentioned above (the updatehook is not idempotent).
Rerolled patch against latest 2.0.x
Hello JΓ©rΓ΄me
Can you maybe provide a few steps in order to reproduce this issue? Because with the info provided, I'm unable to reproduce this... and therefore cannot verify if the patch actually solves the issue.
Thanks in advance!
Fixed, thanks!
jvandooren β made their first commit to this issueβs fork.
Fixed in #3335156