Skip to content

Commit 25c7856

Browse files
JohnL17anehx
authored andcommitted
chore(category): add sort property to category model
1 parent 4d574d6 commit 25c7856

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: addon/models/category.js

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ export default class CategoryModel extends LocalizedModel {
77
@attr color;
88
@attr metainfo;
99
@attr allowedMimeTypes;
10+
@attr sort;
1011

1112
@belongsTo("category", { inverse: "children", async: true }) parent;
1213
@hasMany("category", { inverse: "parent", async: true }) children;

0 commit comments

Comments
 (0)