-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Sharing section in settings should be removed when files_sharing is disabled #40131
Comments
Just adding the corresponding error from the
|
Note: the Sharing settings in the Personal settings section does disappear. But the Sharing section in the Admin settings section is still rendered on the UI. |
The code that renders the settings is in core https://github.com/owncloud/core/blob/master/settings/Panels/Admin/FileSharing.php That code should really go somewhere in Note: I notice that there is also https://github.com/owncloud/core/blob/master/settings/templates/panels/admin/encryption.php - I think that also renders even when the encryption app is disabled, or does not exist. The other panels-templates look like they are all real core things, that are not app functionality. So only files_sharing and encryption seem to have this problem. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 10 days if no further activity occurs. Thank you for your contributions. |
Steps to reproduce
Expected behaviour
Sharing section on the left is removed
Actual behaviour
Sharing section is still visible
Server configuration
Operating system: Ubuntu 20.04
Web server: Apache 2.4.41-4ubuntu3.11
Database: mariadb-server 10.3.34-0ubuntu0.20.04.1
PHP version: 7.4.3-4ubuntu2.10
ownCloud version: 10.9.1
Updated from an older ownCloud or fresh install: fresh
Where did you install ownCloud from: ownCloud Ansible scripts and ownCloud Docker
Signing status (ownCloud 9.0 and above):
List of activated apps:
Are you using encryption: no
Are you using an external user-backend, if yes which one: Behaviour is independent of the backend, I also tested another system with another user-backend
Client configuration
Browser: Safari
Operating system: MacOS Monterey 12.4 (21F79)
The text was updated successfully, but these errors were encountered: