Project

General

Profile

Actions

Defect #3557

closed

If views of different plugins have same filename, the view files will conflict with eachother

Added by Chaoqun Zou over 14 years ago. Updated over 14 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
Plugin API
Target version:
-
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

Related to Redmine - Defect #2018: Plugin configuration frames are overwritten when you install a new pluginClosed2008-10-10

Actions
Actions #1

Updated by Eric Davis over 14 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

Also available in: Atom PDF