-
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
[QA] user settings UI misses control over default app #40346
Comments
I thought that this was already discussed somewhere - this "back-end" option is available on an individual user basis, but an administrator has to set it up. For example, the administrator might set the default app to "xyz" for some subset of the users on the system. And access to this option is not currently being made available in the classic web UI front-end. @pmaier1 - where did this get discussed/what are the requirements? |
Basically this owncloud/web#6173 (comment). But I see the Web PR is not merged. Needs checking that the functionality is available on both ends, ownCloud Web and the oC 10 frontend / files app. cc @kulmann |
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. |
This issue has been automatically closed. |
Seen while testing #39600 on core 10.11.0-rc.1
files
.defaultapp
in config.php -- normall used to switch between "clasic UI"files
and "new UI"web
.This is documented to work via occ commands like e.g.
occ user:setting bob core defaultapp --value=activity
occ user:setting carol core defaultapp --value=web
The user settings UI does not display a users's default app setting, and does not allow to change it.
Expected behavior:
There is some discussion about adding a user interface in the PR, but it went off-topic as far as I can tell.
Not sure, if
web
allows to switch the default app on a user base.web
is currently blocked by owncloud/web#5933 (comment)The text was updated successfully, but these errors were encountered: