1 new changeset in galaxy-central: http://bitbucket.org/galaxy/galaxy-central/changeset/0b9bba943c8f/ changeset: r5214:0b9bba943c8f user: greg date: 2011-03-11 15:16:16 summary: Apply patch from Ry4an Brase to correct "NoneType dereference on the jobs view" issue. affected #: 1 file (16 bytes) --- a/templates/admin/jobs.mako Thu Mar 10 17:30:35 2011 -0500 +++ b/templates/admin/jobs.mako Fri Mar 11 09:16:16 2011 -0500 @@ -47,7 +47,7 @@ %endif </td><td>${job.id}</td> - %if job.history.user: + %if job.history and job.history.user: <td>${job.history.user.email}</td> %else: <td>anonymous</td> Repository URL: https://bitbucket.org/galaxy/galaxy-central/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email.