Add calculated to motion_category/level field.
This commit is contained in:
parent
7e6ab82f8e
commit
4ea247a3f6
@ -487,7 +487,7 @@ Interface motion_category {
|
|||||||
name: string;
|
name: string;
|
||||||
prefix: string;
|
prefix: string;
|
||||||
weight: number;
|
weight: number;
|
||||||
level: number;
|
level: number; // calculated
|
||||||
|
|
||||||
parent_id: motion_category/child_ids;
|
parent_id: motion_category/child_ids;
|
||||||
child_ids: (motion_category/parent_id)[];
|
child_ids: (motion_category/parent_id)[];
|
||||||
|
Loading…
Reference in New Issue
Block a user