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

Incorrect File Paths In Identifier Validator Plugins

    XMLWordPrintable

Details

    Description

      The Identifier Validator Plugins in AvailablePlugin use a singular $name in their Controllers, which results in the use of singular View files instead of the standard plural pattern.

      eg, in AvailablePlugin/RegexIdentifierValidator/Controller/RegexIdentifierValidatorsController.php:

      public $name = "RegexIdentifierValidator";

      which implies AvailablePlugin/RegexIdentifierValidator/View/RegexIdentifierValidator instead of AvailablePlugin/RegexIdentifierValidator/View/RegexIdentifierValidators. Switch this to plural and check for other plugins (and other types of plugins) where this may have happened.

      Attachments

        Activity

          People

            benn.oshrin@at.internet2.edu Benn Oshrin (internet2.edu)
            benn.oshrin@at.internet2.edu Benn Oshrin (internet2.edu)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: