Skip to content
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

Users Page - Dropdown menu issue #19503

Closed
ankurghai opened this issue Feb 16, 2020 · 4 comments · Fixed by #19533
Closed

Users Page - Dropdown menu issue #19503

ankurghai opened this issue Feb 16, 2020 · 4 comments · Fixed by #19533
Labels
0. Needs triage Pending check for reproducibility or if it fits our roadmap bug feature: users and groups

Comments

@ankurghai
Copy link

Steps to reproduce

  1. Goto users page.
  2. Click on any user's storage quota dropdown.
  3. The list comes beneath the info of other users so you cannot select options from dropdown menu.

Expected behavior

Normally the list should allow selecting options from it.

Actual behaviour

As the list is placed beneath the text of other user's information, it is not possible to select an option.

Server configuration

Operating system: Ubuntu Server 18

Web server: Amazon EC2

Database: MySQL 5.7

PHP version: PHP 7.3

Nextcloud version: 18.0.1 Build:2020-02-15T23:01:50+00:00 e092141

Updated from an older Nextcloud/ownCloud or fresh install: Fresh Install

**Where did you install Nextcloud from : ** SNAP Repository

Signing status:

Signing status

No errors have been found.

List of activated apps:

App list
If you have access to your command line run e.g.:
sudo -u www-data php occ app:list
from within your Nextcloud installation folder

Nextcloud configuration:

Config report

'secret' => ,
'trusted_domains' =>
array (
0 => ,
),
'datadirectory' => '/var/snap/nextcloud/common/nextcloud/data',
'dbtype' => 'mysql',
'version' => '18.0.1.3',
'overwrite.cli.url' => ,
'dbname' => ,
'dbhost' => 'localhost:/tmp/sockets/mysql.sock',
'dbport' => '',
'dbtableprefix' => 'oc_',
'mysql.utf8mb4' => true,
'dbuser' => ,
'dbpassword' => ,
'installed' => true,
'app_install_overwrite' =>
array (
0 => 'admin_notifications',
1 => 'dashboard',
2 => 'printer',
),
'twofactor_enforced' => 'false',
'twofactor_enforced_groups' =>
array (
0 => 'admin',
),
'twofactor_enforced_excluded_groups' =>
array (
),
);

Are you using external storage, if yes which one: local/smb/sftp/... NO

Are you using encryption: yes/no NO

Are you using an external user-backend, if yes which one: LDAP/ActiveDirectory/Webdav/... NO

Client configuration

Browser: Google Chrome

Operating system: Windows 10 Professional

error

@ankurghai ankurghai added 0. Needs triage Pending check for reproducibility or if it fits our roadmap bug labels Feb 16, 2020
@StCyr
Copy link
Contributor

StCyr commented Feb 17, 2020

same here on NC 18.0.1 RC2

@FelixBuehler
Copy link

Can confirm on NC 18.0.1. You can add the user to the group via occ group:adduser [gid] [uid] though.

@ChristophWurst
Copy link
Member

Yes. This was only fixed for 19. The backport is pending: #19533

@rollanders
Copy link

I think this is dependent on the browser. I have the problems in Chrome and Edge but not in Firefox.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
0. Needs triage Pending check for reproducibility or if it fits our roadmap bug feature: users and groups
Projects
None yet
Development

Successfully merging a pull request may close this issue.

6 participants