-
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
Settings: Hide sections that have no panels to display #31246
Comments
Yes, at least for the first cut at it, remove the "Error" in big letters :) |
GitMate.io thinks possibly related issues are #1329 (sharing folder: no "create" setting displayed initially), #9098 (Display remote shares in "Shared with you" section), #27518 (Avoid the error when there're no panels to show under one section on settings ), #965 (No settings dialogue for Pictures section), and #30394 (Display original share owner in share panel). |
Yes, a better message to not confuse users with "errors" would be a first step in the right direction. Depending on effort for the proper solution this would be the quick fix. In general I would really favor the approach to hide sections that have no content. Just checked quickly: For "Additional" admin/user sections this applies, too, and potentially to others as well. |
there is some tricky API issue here as we only know at render time, might need a clever hack. estimate: 1-3md depending on how hacky/clean it is. hopefully not breaking the panels API cc @tomneedham |
I wanted to allow panels to respond if they are hidden or not - allowing for a more efficient code stack rather than rendering them all and generating the section list. Baby step: nicer message: 2 min job. Real fix: extend the api and implement this in all panels. |
Im facing this problem, I've installed owncloud on a container and I want to inegrate collabora with it I would be glad if I get a solution from you :) |
AFAICT what you are describing is completely irrelevant / unrelated to this issue: IIUC this feature request was about hiding the "No panels for this section" if there is NOTHING to show, NOT about that there is something to show but is isn't showing up (what you seems to think). Your issue sounds more like a support request for https://central.owncloud.org/ |
Users are confused when they see sections in the settings that have no panels (because apps that would insert panels are disabled). Anyway, it would be a lot more elegant to hide such sections instead of displaying "Error: No panels for this section.".
I know that @tomneedham started with this when reworking the settings page for ownCloud 10.
@PVince81
The text was updated successfully, but these errors were encountered: