Uploaded image for project: 'COmanage'
  1. COmanage
  2. CO-1250

StandardController views do not find fields.inc for plugins under local

    XMLWordPrintable

Details

    Description

      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.

      Attachments

        Activity

          People

            benn.oshrin@at.internet2.edu Benn Oshrin (internet2.edu)
            scott.koranda.3@at.internet2.edu Scott Koranda SCG (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: