Skip to content

Restrict CreateTask to the current process

Erwan Rouchet requested to merge createtask-restrict-process into master

Part of #1540 (closed), follow-up of !2039 (merged)

This prevents a task from creating a task on any process other than its own, by removing the process_id from the API entirely.

Merge request reports

Loading