[Tickets #5314] Re: Unable to set queue
bugs at bugs.horde.org
bugs at bugs.horde.org
Wed May 2 09:12:59 UTC 2007
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/?id=5314
-----------------------------------------------------------------------
Ticket | 5314
Updated By | Ewan.McDowall at hgu.mrc.ac.uk
Summary | Unable to set queue
Queue | Whups
Type | Bug
State | Feedback
Priority | 1. Low
Owners |
-----------------------------------------------------------------------
Ewan.McDowall at hgu.mrc.ac.uk (2007-05-02 02:12) wrote:
I found the source of the problem; I had no groups set up on our horde
system. Once I added the user to a group, with the correct permissions,
the system worked fine.
Another way round my problem was to make a slight change to the code.
Lines 61 and 96 of horde/whups/ticket/queue.php state that the group
hidden variable is required:
$this->addHidden('', 'group', 'int', true, true);
Do you know if I can change those lines to:
$this->addHidden('', 'group', 'int', false, true);
(i.e. not required) without breaking the rest if the system?
Thanks,
Ewan
More information about the bugs
mailing list