Skip to content

Allow front end to create Todos for Designs

Luke Duncalfe requested to merge 198439-allow-fe-to-create-design-todos into master

What does this MR do?

This MR provides the frontend with the ability to create Todos for Designs, by using the existing Projects::TodosController.

This involved a small change to FinderMethods to refer to an object's #to_ability_name method if defined, as due to its namespacing, the existing deriving of the ability name DesignManagement::Design.model_name would not work. FinderMethods fallsback to its old deriving method for when an object does not define #to_ability_name.

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Edited by Luke Duncalfe

Merge request reports