Server: Users page is missing menu toggle

Created on 6 Sep 2019  路  5Comments  路  Source: nextcloud/server

Steps to reproduce

  1. go to the "users" page (click on your icon at top left, then click "users")
  2. resize browser window so that the side pane on the left is not shown
  3. observe that there is no way to show the side pane (typical "burger" icon on top left is missing)

Expected behaviour

The "users" page should have the typical toggle button like other pages have.

Actual behaviour

The toggle button is missing, you cannot show the side pane if it is hidden (which is usually the case for mobile displays). Consequence: You cannot add a user from your mobile (that's what brought me here.)

Server configuration

Operating system:
GNU/Linux (Ubuntu)

Web server:
Apache

Database:
MySQL

PHP version:
7.2.21

Nextcloud version: (see Nextcloud admin page)
15.0.11.1

Updated from an older Nextcloud/ownCloud or fresh install:
updated

Where did you install Nextcloud from:
snap

Signing status:


Signing status
No errors have been found.

List of activated apps:


App list
Enabled:

  • accessibility: 1.1.0
  • activity: 2.8.2
  • admin_audit: 1.5.0
  • audioplayer: 2.8.4
  • cloud_federation_api: 0.1.0
  • comments: 1.5.0
  • cospend: 0.1.0
  • dav: 1.8.2
  • federatedfilesharing: 1.5.0
  • federation: 1.5.0
  • files: 1.10.0
  • files_external: 1.6.0
  • files_pdfviewer: 1.4.0
  • files_sharing: 1.7.0
  • files_texteditor: 2.7.0
  • files_trashbin: 1.5.0
  • files_versions: 1.8.0
  • files_videoplayer: 1.4.0
  • firstrunwizard: 2.4.0
  • gallery: 18.2.0
  • logreader: 2.0.0
  • lookup_server_connector: 1.3.0
  • metadata: 0.9.0
  • nextcloud_announcements: 1.4.0
  • notifications: 2.3.0
  • oauth2: 1.3.0
  • password_policy: 1.5.0
  • passwords: 2019.8.1
  • provisioning_api: 1.5.0
  • radio: 0.6.5
  • serverinfo: 1.5.0
  • sharebymail: 1.5.0
  • spreed: 5.0.4
  • support: 1.0.0
  • survey_client: 1.3.0
  • systemtags: 1.5.0
  • twofactor_backupcodes: 1.4.1
  • workflowengine: 1.5.0
    Disabled:
  • calendar
  • encryption
  • theming
  • user_ldap

Nextcloud configuration:


Config report
{
"system": {
"apps_paths": [
{
"path": "\/snap\/nextcloud\/current\/htdocs\/apps",
"url": "\/apps",
"writable": false
},
{
"path": "\/var\/snap\/nextcloud\/current\/nextcloud\/extra-apps",
"url": "\/extra-apps",
"writable": true
}
],
"supportedDatabases": [
"mysql"
],
"memcache.locking": "\OC\Memcache\Redis",
"memcache.local": "\OC\Memcache\Redis",
"redis": {
"host": "REMOVED SENSITIVE VALUE",
"port": 0
},
"instanceid": "REMOVED SENSITIVE VALUE",
"passwordsalt": "REMOVED SENSITIVE VALUE",
"secret": "REMOVED SENSITIVE VALUE",
"trusted_domains": [
"rkupper.ddns.net",
"helge",
"helge.local",
"192.168.1.5",
"localhost",
"127.0.0.1",
"rcloud.dynv6.net",
"rkupper.dynv6.net",
"nextcloud.rkupper.dynv6.net",
"helge.rkupper.dynv6.net"
],
"datadirectory": "REMOVED SENSITIVE VALUE",
"overwrite.cli.url": "https:\/\/rcloud.dynv6.net",
"dbtype": "mysql",
"version": "15.0.11.1",
"dbname": "REMOVED SENSITIVE VALUE",
"dbhost": "REMOVED SENSITIVE VALUE",
"dbport": "",
"dbtableprefix": "oc_",
"dbuser": "REMOVED SENSITIVE VALUE",
"dbpassword": "REMOVED SENSITIVE VALUE",
"logtimezone": "UTC",
"installed": true,
"mail_smtpmode": "smtp",
"mail_smtpsecure": "ssl",
"mail_from_address": "REMOVED SENSITIVE VALUE",
"mail_domain": "REMOVED SENSITIVE VALUE",
"mail_smtpauthtype": "LOGIN",
"mail_smtpauth": 1,
"mail_smtpname": "REMOVED SENSITIVE VALUE",
"mail_smtppassword": "REMOVED SENSITIVE VALUE",
"loglevel": 3,
"maintenance": false,
"singleuser": false,
"log_rotate_size": 1073741824,
"mail_smtphost": "REMOVED SENSITIVE VALUE",
"mail_smtpport": "465",
"mail_sendmailmode": "smtp"
}
}

Are you using external storage, if yes which one:
local

Are you using encryption:
no

Are you using an external user-backend, if yes which one:
WebDAV

Client configuration

Browser:
chromium

Operating system:
GNU/Linux (Ubuntu 19.04)

4. to release bug

Most helpful comment

It's been fixed a while ago iirc.
https://github.com/nextcloud/server/pull/15640~~

EDIT: apparently not for 15 :see_no_evil:
EDIT2: This is totally the wrong link :grin: I cannot find it!

All 5 comments

I can confirm this for the versions 15.11. and 16.04. i use. Same problem on the apps-page.

This bug is fixed on the 17th version. But yes, still exist on the 15th and 16th one.

Nextcloud 15
next15
Nextcloud 17
next17

So maybe its already reported, and we can backport to the older versions. @jancborchardt @juliushaertl are you aware of this. Did any of you work in something related to this?

I鈥檓 not aware of a pull request which fixed this in particular, are you @nextcloud/designers? It might have just been fixed as collateral.

In any case I would say especially since this only came up now it鈥檚 not really something for a backport. 17 will be out soon and it鈥檚 another motivator for upgrade. What do you think?

It's been fixed a while ago iirc.
https://github.com/nextcloud/server/pull/15640~~

EDIT: apparently not for 15 :see_no_evil:
EDIT2: This is totally the wrong link :grin: I cannot find it!

backport. 17 will be out soon and it鈥檚 another motivator for upgrade. What do you think?

Fine for me.

Was this page helpful?
0 / 5 - 0 ratings