Actions
Defect #3557
closedIf views of different plugins have same filename, the view files will conflict with eachother
Start date:
2009-06-29
Due date:
% Done:
0%
Estimated time:
Resolution:
Wont fix
Affected version:
Description
If two plugins have different views with the same filename, like 'settings/_settings.rhtml'. The two different views will conflict. The first view in the loading path will be always used in the two plugins.
Related issues
Updated by Eric Davis over 15 years ago
- Status changed from New to Closed
- Resolution set to Wont fix
This is a side effect of how Rails and Rails Engines works. My suggestion is that plugin authors name their settings after their plugin and try to avoid name conflicts (which is good advise in general)
#2018 has some more information on this issue and a fix I did for my plugins.
Actions