-
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
ownCloud 8.1.x / 8.2.x aren't displaying group assignment when groupname contains numbers only #20303
Comments
In how many groups are the users? I see some users still display one group name? does it only happen to users with multiple groups? |
All users are in one gorup.
|
Same behaviour on 8.2.0 ! Test it out : https://demo.owncloud.org/ |
right, with only numbers I can see it now |
also happens on master |
@PVince81 what we talked about at lunch |
If it worked in 8.0, this can be bisected (I can do it if you want) |
I can confirm it worked in 8.0.4 / 8.0.8 / 8.0.9 , the versions I worked with. |
Thanks for the info, tagging as regression. So if I understand well you cannot properly manage groups because they are not shown? |
They are not listed in the mutliselect placeholder, but when you click it, they are listed and unchecked |
Confirmed working on stable8, broken on stable8.1. |
Breaking commit: 409453b |
CC @icewind1991 @nickvergessen I see it uses array_keys, probably what we were talking about yesterday ? |
Basically, I see that even before this commit there was a code path (the cache) that was using array_keys too. |
Looks like it makes it very cumbersome to use the GUI and impossible to properly manage groups in such cases. |
After upgrading to 8.1.4 the (most) entries for the Field "Groups" under Users losing the values
See also:
https://forum.owncloud.org/viewtopic.php?f=31&t=30577&p=97241&hilit=groups+empty#p97241
https://sendvid.com/ojuo31cw
Steps to reproduce
Expected behaviour
The field "Groups" should display entries as before the upgrade.
Actual behaviour
The field "Groups" is showing no entries anymore.
Server configuration
Operating system: CentOS 7.1
**Web server: Apache 2.4.6
**Database: MariaDB 5.5.44
**PHP version: 5.4.16
ownCloud version: 8.1.4
**Updated from an older ownCloud or fresh install: yum update owncloud from 8.0.9
List of activated apps:
Enabled:
Disabled:
The content of config/config.php:
Are you using external storage, if yes which one: NO
Are you using encryption: NO
Are you using an external user-backend, if yes which one: NO
Client configuration
Browser:
Operating system:
Logs
Web server error log
ownCloud log (data/owncloud.log)
Browser log
The text was updated successfully, but these errors were encountered: