Rename controllers to designated_controller
Add controllers to processing form
Fix useless and buggy ActivatedRoute unsubscription (#65)
Remove unwanted console.log (#61)
Summary
This PR consist of moving the Processing::controllers field to a more explicit one named designated_controller. the field controllers is kept but its aim changes : it is used to list all operational responsible persons for a given processing.
Rename controllers to designated_controller Add controllers to processing form
Fix useless and buggy ActivatedRoute unsubscription (#65)
Remove unwanted console.log (#61)
Summary
This PR consist of moving the Processing::controllers field to a more explicit one named
designated_controller
. the fieldcontrollers
is kept but its aim changes : it is used to list all operational responsible persons for a given processing.