Add per-project and per-swimlane task limits
This change allows projects and swimlanes to be configured with task limits that apply to their whole scope (i.e. all active tasks in a project or swimlane, respectively), as opposed to the usual per-column task limits.
This commit is contained in:
@@ -160,6 +160,7 @@ class ProjectDuplicationModel extends Base
|
||||
'priority_start' => $project['priority_start'],
|
||||
'priority_end' => $project['priority_end'],
|
||||
'per_swimlane_task_limits' => empty($project['per_swimlane_task_limits']) ? 0 : 1,
|
||||
'task_limit' => $project['task_limit'],
|
||||
'identifier' => $identifier,
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user