[Tickets #10654] Re: Can't autosubmmit to a ticket from Horde
bugs at horde.org
bugs at horde.org
Wed Oct 19 07:06:20 UTC 2011
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/10654
------------------------------------------------------------------------------
Ticket | 10654
Updated By | simon at simonandkate.net
Summary | Can't autosubmmit to a ticket from Horde
Queue | Whups
Version | 2.0-RC1
Type | Bug
State | Feedback
Priority | 1. Low
Milestone |
Patch |
Owners |
------------------------------------------------------------------------------
simon at simonandkate.net (2011-10-19 07:06) wrote:
array('queue' => 1, 'state' => 1, 'priority' => 1, 'type' => 1)
OK, I see that the values in that statement have to match the related
values in the database. So for Type of 1 (which I have as Fault), the
matching available states are 6,7,8,9,10, where 6 is unconfirmed. So
with State 6, Type 1, valid Priorities are 4,5,6. 4 being Low, I now
have:
array('queue' => 1, 'state' => 6, 'priority' => 4, 'type' => 1)
That should be a valid combination.
Still gives me:
Invalid arguments (array ( 'group' => 'Invalid data submitted.', ))
More information about the bugs
mailing list