fix(task): do not allow moving a task to the project the task already belongs to
(cherry picked from commit 7efc4d1bc890b4a12ee30274eaeb6062f4e49510)
This commit is contained in:
@ -381,6 +381,7 @@
|
||||
<div class="control is-expanded">
|
||||
<ProjectSearch
|
||||
:ref="e => setFieldRef('moveProject', e)"
|
||||
:filter="project => project.id !== task.projectId"
|
||||
@update:modelValue="changeProject"
|
||||
/>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user