Summary | Ticket without owner |
Queue | Whups |
Queue Version | 3.0.0 |
Type | Bug |
State | Not A Bug |
Priority | 1. Low |
Owners | |
Requester | radek.badura (at) muor (dot) cz |
Created | 03/26/2014 (4118 days ago) |
Due | |
Updated | 01/27/2016 (3446 days ago) |
Assigned | 03/26/2014 (4118 days ago) |
Resolved | 01/27/2016 (3446 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
State ⇒ Not A Bug
$owners = &$this->addVariable(_("Owners"), 'owners', 'multienum',
false, false, null, array($f_users));
to
$owners = &$this->addVariable(_("Owners"), 'owners', 'multienum',
true, false, null, array($f_users));
owner. In Whups H3 (1.0) there was a warning message if users
doesn't choose owner.
In Whups H3 (1.0) there was a warning message if users doesn't choose
owner.
State ⇒ Feedback
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ Ticket without owner
Queue ⇒ Whups
Milestone ⇒
Patch ⇒ No
State ⇒ Unconfirmed
Step 4 must choose the owner of ticket but even if there is only one
possible owner he is unselected and users do not select them, then is
submited ticket without owner.