Hi,
After creating a requirement type ticket and attempting to link to a
user story, Agilo gives the following error message:
Trac detected an internal error:
TypeError: <lambda>() got multiple values for keyword argument 'type'
Which prevents the user from continuing. This is a new error after
many months of no problems.
Details:
Python Traceback
Most recent call last:
* File "/usr/lib/python2.4/site-packages/binary_agilo-1.0.1_PRO-
py2.4.egg/agilo/ticket/links/templates/agilo_links_edit.html", line
65, in <Expression u'href.newticket(type=item.dest_type,
src=ticket.id, **copied_fields)'>
Code fragment:
60. <th class="col1">Associate New:</th>
61. <td class="fullrow" colspan="3">
62. <ul class="references" py:for="item in create_referenced"
63. py:with="keys = item.get_option('copy');
64. copied_fields = dict(zip(map(str, keys), [ticket[key] for
key in keys]))">
65. <li><a href="${href.newticket(type=item.dest_type,
src=ticket.id, **copied_fields)}">Create a new referenced '$
{ticket.get_alias(item.dest_type)}'</a></li>
66. </ul>
67. </td>
68. </tr>
69. <tr><td colspan="4"><hr/></td></tr>
70. </div>
Local variables:
Name Value
__data__ [{'select': <function select at 0xfcecd14>}, {'keys':
[u'status', ...
File "/usr/lib/python2.4/site-packages/binary_agilo-1.0.1_PRO-
py2.4.egg/agilo/ticket/links/templates/agilo_links_edit.html", line
65, in <Expression u'href.newticket(type=item.dest_type,
src=ticket.id, **copied_fields)'>
<li><a href="${href.newticket(type=item.dest_type, src=ticket.id,
**copied_fields)}">Create a new referenced '${ticket.get_alias
(item.dest_type)}'</a></li>
System Information:
User Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:
1.9.1.4) Gecko/20091016 Firefox/3.5.4 (.NET CLR 3.5.30729)
Trac: 0.11.5
Python: 2.4.3 (#1, Sep 17 2008, 16:04:01) [GCC 4.1.2 20071124 (Red
Hat 4.1.2-41)]
setuptools: 0.6c5
SQLite: 3.3.6
pysqlite: 1.1.7
Genshi: 0.5.1
mod_python: 3.2.8
Agilo: 1.0.1-PRO
Subversion: 1.4.2 (r22196)
jQuery: 1.2.6
--~--~---------~--~----~------------~-------~--~----~
Follow Agilo on Twitter: http://twitter.com/agiloforscrum
-----
You received this message because you are subscribed to the Google
Groups "Agilo for Scrum" group. This group is moderated by agile42 GmbH
http://www.agile42.com and is focused in supporting Agilo for Scrum users.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/agilo?hl=en
-~----------~----~----~----~------~----~------~--~---