View rewrites
Added by Anton Antilopa over 10 years ago
According to Plugin_Internals#Views or 33949#View-rewrites it is possible to simply change any Redmine's view template with plugin's one.
I've made a plugin in plugins/<plugin_name> and copied+modified a few templates (e.g. apps/views/admin/info.html.erb, attachments/_links.html.erb, issues/new.html.erb), but NO changes show up, even after Redmine restart, altough they do show up when I modify the template in original place. Was this feature removed in some version (I'm using 2.5) or I am missing something?
Replies (1)
RE: View rewrites - Added by Anton Antilopa over 10 years ago
My fault, I guess my plugin name was in conflict with something.