fixed last comment of ticket 1322563557_crashes-when-visiting-customers-id-tasks-new_758

This commit is contained in:
Paul van Tilburg 2011-11-29 12:05:56 +01:00
parent f7ace94bd5
commit abf24074fd
1 changed files with 8 additions and 0 deletions

View File

@ -1 +1,9 @@
commit 218b3e45a4890d3c37dde148dbe2a88cda89df01
Author: Paul van Tilburg <paul@luon.net>
Date: Tue Nov 29 11:46:41 2011 +0100
Fixed crash in CustomersNTasksNew#get
The @customer_list was not set (closes: #ae0311).
Also made Views#_form_select more robust by also catching undefined lists
and treating them as empty lists.