Support #2250
Textilizable fix in Redmine
0%
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