Add assignee restriction for custom project roles (dnd)

This commit is contained in:
Frederic Guillot
2017-04-08 11:18:58 -04:00
parent 9a8c6d6493
commit fe9f3ba707
6 changed files with 30 additions and 9 deletions

View File

@@ -49,7 +49,8 @@ class ColumnMoveRestrictionController extends BaseController
$project['id'],
$values['role_id'],
$values['src_column_id'],
$values['dst_column_id']
$values['dst_column_id'],
isset($values['only_assigned']) && $values['only_assigned'] == 1
);
if ($restriction_id !== false) {