mirror of
https://github.com/plankanban/planka.git
synced 2025-07-19 05:09:43 +02:00
Set popup max-height, update public files, update dependencies
This commit is contained in:
parent
8fad59db75
commit
796917a0eb
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