Summary | Userlist for queue is not displayed in the inactive form |
Queue | Whups |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | chuck (at) horde (dot) org |
Requester | rvs (at) angara (dot) ru |
Created | 09/28/2004 (7559 days ago) |
Due | |
Updated | 09/29/2004 (7558 days ago) |
Assigned | 09/28/2004 (7559 days ago) |
Resolved | 09/29/2004 (7558 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
State ⇒ Resolved
variables in the formvars expected list.
The reason is that expected variable list ("_formvars") in the form
contains "users" variable, but the form itself doesn't contain
corresponding input/select element named "users".
Because of this null value returns for variable "users" after
submitting form, and then this null value displays in the inactive form.
Suggest setting up hidden input element named "users" and initialized
with the actual user list value.
Assigned to Chuck Hagenbuch
State ⇒ Assigned
why it happens. Weird.
State ⇒ Unconfirmed
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ Userlist for queue is not displayed in the inactive form
Queue ⇒ Whups
When the queue is created, I specify list of users responsible
for this queue. After adding users, I press "Edit Queues" link
and choose to edit the new one. The form "editqueuestep2form"
displayed in active mode, and its user list is displayed well.
After pressing "Submit" button the same form is displayed in
inactive mode, but the user list is lost and "No values" displayed
instead of. All other elements are fine in the form. The actual data
is preserved in the database, problem is in displaying only.