fix: register handler within init script#4983
Merged
luka-nextcloud merged 1 commit intomainfrom Sep 2, 2025
Merged
Conversation
Signed-off-by: Ferdinand Thiessen <[email protected]>
luka-nextcloud
approved these changes
Sep 2, 2025
Contributor
Author
|
@luka-nextcloud do you plan to backport this? If yes then I will also backport the viewer |
Contributor
|
/backport to stable30 |
Contributor
|
/backport to stable31 |
2 tasks
2 tasks
Contributor
|
@susnux Could you please review backport prs? |
Contributor
|
Wow this would be wonderful to have deployed - I'm still getting a ton of this ... |
Contributor
|
Thanks for not only fixing the problem but also backporting it! @susnux or @luka-nextcloud could you please press the button to create a new release of richdocuments? Otherwise, and until a new version is published, users will continue experiencing these problems. |
Contributor
Author
It does not work either until next maintenance releases of Nextcloud server. |
Member
|
/backport to stable32 |
2 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Based on nextcloud/viewer#2922
This should fix all the loading order issues, we now have an API package.
So we can register the handler in an init script and thus its always registered.
I cannot test this locally due to missing dev setup of Collabora, maybe you could help me testing @elzody ?
Checklist