Loading...
 
Skip to main content

The "Add or remove from a group" spanner fails when there are many groups

Status
Open
Subject
The "Add or remove from a group" spanner fails when there are many groups
Version
21.x
Category
  • Bug
Feature
Administration
User Administration (Registration, Login & Banning)
Resolution status
New
Submitted by
Jean-Marc Libs
Lastmod by
Jean-Marc Libs
Rating
(0)
Description

Settings → Users → Add or remove from a group option from the right-hand spanner

On a new Tiki it opens the "Change group assignments for selected users" modal which helps place the user in groups and set the default group. This is fine.

On a Tiki with a lot of groups, the modal fails to show up and the javascript console reveals that Tiki tries to send the huge list of groups using method GET.
Unsurprisingly, this is met with « 414 Request-URI Too Long »
This is not fine 😑

No show instance with hundreds of groups is necessary : I hope this can be fixed by changing the GET query into a POST.

Importance
8
Easy to solve?
5
Priority
40
Demonstrate Bug on Tiki 19+
Demonstrate Bug (older Tiki versions)
Ticket ID
7578
Created
Saturday 17 October, 2020 21:09:16 UTC
by Jean-Marc Libs
LastModif
Saturday 17 October, 2020 21:09:16 UTC


Show PHP error messages