Add calculated to motion_category/level field.

This commit is contained in:
Ludwig Reiter 2020-09-14 09:45:56 +02:00
parent 7e6ab82f8e
commit 4ea247a3f6
1 changed files with 1 additions and 1 deletions

View File

@ -487,7 +487,7 @@ Interface motion_category {
name: string;
prefix: string;
weight: number;
level: number;
level: number; // calculated
parent_id: motion_category/child_ids;
child_ids: (motion_category/parent_id)[];