Comment 0 for bug 1660567

Revision history for this message
Jan Kellermann (jan-kellermann) wrote :

When editing a ticket and use field "blocked" or "blocking" first time, you get an error while saving, no confirmation will be send and the parent ticket will get no entry. The error message:

AttributeError: 'NoneType' object has no attribute 'split'

So you can use the masterticket-feature only for new tickets, not for existing ones.

We used this patch: https://trac-hacks.org/changeset/14515 for /usr/share/pyshared/mastertickets/model.py and the bug is fixed.