6.0.0-alpha12
6/9/25

[#647] Userlist for queue is not displayed in the inactive form
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

History
09/29/2004 05:44:52 PM rvs (at) angara (dot) ru Comment #5 Reply to this comment
Agreed it's more coherent way to fix this...
09/29/2004 05:27:13 PM Chuck Hagenbuch Comment #4
State ⇒ Resolved
Reply to this comment
Instead, I've changed Horde_Form_Renderer to not include readonly 
variables in the formvars expected list.
09/29/2004 08:45:12 AM rvs (at) angara (dot) ru Comment #3 Reply to this comment
Catched this.

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.


09/28/2004 09:52:08 PM Chuck Hagenbuch Comment #2
Assigned to Chuck Hagenbuch
State ⇒ Assigned
Reply to this comment
Well, I can reproduce this, but so far, I can't see any reason at all 
why it happens. Weird.
09/28/2004 08:29:45 PM rvs (at) angara (dot) ru Comment #1
State ⇒ Unconfirmed
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ Userlist for queue is not displayed in the inactive form
Queue ⇒ Whups
Reply to this comment
Testing HEAD snapshot of whups as of 28.09.2004.



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.


Saved Queries