Bug #151
Tagging a view with an (empty)? tag crashes subtlext
Start date:
12/02/2010
Due date:
% Done:
100%
Estimated time:
0.00 h
Description
How to reproduce:
v = View.new('project').tap {|v| v.save}
t = Tag.new('p-project').tap{|t| t.save}
v + t
Backtrace: http://pastie.org/1340802
History
#1 Updated by Christoph Kappel almost 14 years ago
- % Done changed from 0 to 100
- Target version set to 1
- Assignee set to Non member users
- Category set to Bugfix
Already fixed in r2337.
#2 Updated by Christoph Kappel almost 14 years ago
- Status changed from Unconfirmed to Fixed