Problem/Motivation
The entity type declaration for the Workflow entity type indicates that there is a canonical link template for the entity, but it's not true, there's no route defined for canonical. This causes problems for code that checks if an entity has this template before trying to generate a route to it. An exception will be thrown. I encountered this on a site using this module and the Responsive Theme Preview module which has a check like that.
Steps to reproduce
Proposed resolution
Remove the link template declaration for canonical.
Remaining tasks
User interface changes
API changes
Data model changes
Issue fork academic_applications-3567343
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
bkosborne