fix: Disable dragging archived cards (fix #3271)
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
@@ -217,7 +217,7 @@ export default {
|
|||||||
})
|
})
|
||||||
},
|
},
|
||||||
dragHandleSelector() {
|
dragHandleSelector() {
|
||||||
return this.canEdit ? null : '.no-drag'
|
return this.canEdit && !this.showArchived ? null : '.no-drag'
|
||||||
},
|
},
|
||||||
cardDetailsInModal: {
|
cardDetailsInModal: {
|
||||||
get() {
|
get() {
|
||||||
|
|||||||
Reference in New Issue
Block a user