Actions
Bug #28750
closedTemplate controller name must be plural
Difficulty:
Triaged:
Yes
Description
Since we've got convention according to which all controller names should be pluralized, TemplateController should be renamed to TemplatesController.
Also, because of that some hammer commands (which rely on pluralized resources' names) may fail. For example, hammer template-input update --template-id 1 --name 'Organiztaion' --new-name 'Organization' will fail, since the resolving input's name to id cannot be performed.
Actions