Add missing position property to list and bucket models
This commit is contained in:
@ -21,6 +21,7 @@ export default class BucketModel extends AbstractModel {
|
|||||||
limit: 0,
|
limit: 0,
|
||||||
tasks: [],
|
tasks: [],
|
||||||
isDoneBucket: false,
|
isDoneBucket: false,
|
||||||
|
position: 0,
|
||||||
|
|
||||||
createdBy: null,
|
createdBy: null,
|
||||||
created: null,
|
created: null,
|
||||||
|
@ -43,6 +43,7 @@ export default class ListModel extends AbstractModel {
|
|||||||
backgroundInformation: null,
|
backgroundInformation: null,
|
||||||
isFavorite: false,
|
isFavorite: false,
|
||||||
subscription: null,
|
subscription: null,
|
||||||
|
position: 0,
|
||||||
|
|
||||||
created: null,
|
created: null,
|
||||||
updated: null,
|
updated: null,
|
||||||
|
Reference in New Issue
Block a user