We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
See ACL options
No ACL options and this error:
Uncaught TypeError: window.OCP.Files.Navigation is undefined <anonymous> main.ts:36 <anonymous> groupfolders.ts:113 <anonymous> groupfolders.ts:113 main.ts:36:19
Nextcloud version: 28 (master)
Group folders version: 16.0.0
The text was updated successfully, but these errors were encountered:
@susnux I think you fixed a similar issue. Isn't it related to the new "init" logic Barth introduced with F2V?
Sorry, something went wrong.
Yes this is an issue with that feature as the API is registered in main.ts of files.
I think that API is misplaced as to make sure our official API (OCP) is always available, it should be placed in core/src/OCP.
Should be fixed by #2645
Yes and no, the problem for group folders is fixed, but this is still an issue on server core.
artonge
No branches or pull requests
Steps to reproduce
Expected behaviour
See ACL options
Actual behaviour
No ACL options and this error:
Server configuration
Nextcloud version: 28 (master)
Group folders version: 16.0.0
The text was updated successfully, but these errors were encountered: