mirror of
https://github.com/plankanban/planka.git
synced 2025-07-22 14:49:43 +02:00
Set popup max-height, update public files, update dependencies
This commit is contained in:
parent
ded98d412b
commit
0eef38da66
12 changed files with 196 additions and 158 deletions
|
@ -148,7 +148,7 @@ export default class extends Model {
|
|||
}
|
||||
|
||||
getOrderedInCardActionsQuerySet() {
|
||||
return this.actions.orderBy('id', 'desc');
|
||||
return this.actions.orderBy('id', false);
|
||||
}
|
||||
|
||||
getUnreadNotificationsQuerySet() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue