Applying a template does not update Process.template
https://redmine.teklia.com/issues/7949
- Create a process.
- Open the dev tools.
- Apply a template on this process.
- The
ApplyProcessTemplate
API call returns a process with atemplate_id
set to the ID of the template. - Refresh the page.
- The
RetrieveProcess
API call returns a process with notemplate_id
set. - Cry.