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 15 years ago
    
    - Category set to Bugfix
 - Assignee set to Non member users
 - Target version set to 1
 - % Done changed from 0 to 100
 
Already fixed in r2337.
#2
    
    Updated by Christoph Kappel almost 15 years ago
    
    - Status changed from Unconfirmed to Fixed