Support #2250
Textilizable fix in Redmine
Start date:
08 Oct 2013
Due date:
% Done:
0%
Redmine version:
External issue:
Description
The textilizable
method should always have the object reference. That is, all usages of this method should look like:
textilizable(@object, :method_name)
or:
textilizable(@object.method_name, :object => @object)
This change must be done in Redmine...
Related issues