[Tickets #13077] Re: Ticket without owner
noreply at bugs.horde.org
noreply at bugs.horde.org
Wed Apr 23 10:44:37 UTC 2014
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/13077
------------------------------------------------------------------------------
Ticket | 13077
Updated By | radek.badura at muor.cz
Summary | Ticket without owner
Queue | Whups
Version | 3.0.0
Type | Bug
State | Feedback
Priority | 1. Low
Milestone |
Patch |
Owners |
------------------------------------------------------------------------------
radek.badura at muor.cz (2014-04-23 10:44) wrote:
Solved by changing horde/whups/lib/Form/Ticket/CreateStepFour.php
$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));
>> Is that a question or suggestion?
> I think bug because whups allow user to create tickets without
> owner. In Whups H3 (1.0) there was a warning message if users
> doesn't choose owner.
More information about the bugs
mailing list