mirror of
https://github.com/plankanban/planka.git
synced 2025-12-18 17:23:21 +03:00
Set popup max-height, update public files, update dependencies
This commit is contained in:
@@ -148,7 +148,7 @@ export default class extends Model {
|
||||
}
|
||||
|
||||
getOrderedInCardActionsQuerySet() {
|
||||
return this.actions.orderBy('id', 'desc');
|
||||
return this.actions.orderBy('id', false);
|
||||
}
|
||||
|
||||
getUnreadNotificationsQuerySet() {
|
||||
|
||||
Reference in New Issue
Block a user