Module: Vue:EditProcessForm

This is a dialog used to edit processes

it is basically just a wrapper for the ProcessForm component with some changes in the title and button text

Props

Name Type Default value Required? Description
processToBeEdited Process - Yes the process we want to edit
type String - Yes the type of process to edit (e.g. process, project, ...)

Events

Name Payload Type Description
done undefined signals that editing the process was successfull
cancel undefined if the form should be closed without the intention of doing anything (abort)