mirror of
https://github.com/plankanban/planka.git
synced 2025-12-19 01:12:02 +03:00
Add file attachments
This commit is contained in:
@@ -145,6 +145,10 @@ export default class extends Model {
|
||||
return this.tasks.orderBy('id');
|
||||
}
|
||||
|
||||
getOrderedAttachmentsQuerySet() {
|
||||
return this.attachments.orderBy('id', false);
|
||||
}
|
||||
|
||||
getOrderedInCardActionsQuerySet() {
|
||||
return this.actions.orderBy('id', false);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user