-
Notifications
You must be signed in to change notification settings - Fork 12
Description
I've updated to v4-rc3 to make my app Linkeditor compatible with Nextcloud 33.
As far as I understand, this breaking change means, I have to set my app's target to min=33...max=33 for the coming update? Not ideal, but okay.
However, the bigger issue is that I cannot seem to make anything work at all.
- All methods have been changed to the new signatures
- Dav imports have been changed
- I addressed all validation errors that came up in the console
- When I call
console.log(getNewFileMenuEntries());after adding my new file menu entries, they're visible in the console enabledmethods are never called on any of my entries or file actions
But no items are shown in the "new" or the file context menu.
Is this some kind of timing issue? I haven't looked into the code, so that would be my next step to dissect what has changed to figure our where my app's code is stuck.
I know, you're moving the files app forwards, and that's great.
But frankly this migration is again not as smooth as it could be, at least for app developers. Some level of backwards-compatibility would be great!
My current progress: https://github.com/te-online/files_linkeditor/tree/nc-33-fixup