-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Major
-
Affects Version/s: COmanage Registry 1.0.4 (Polished Polygon MR4)
-
Component/s: Registry
The StandardController views like add.ctp contain
if(!empty($this->plugin))
{ include(APP . "Plugin/" . $this->plugin . "/View/" . $model . "/fields.inc"); }else
{ include(APP . "View/" . $model . "/fields.inc"); }which does not look for plugins under the 'local' directory.