Fix branch.

This commit is contained in:
Norman Jäckel 2020-09-29 22:56:03 +02:00
parent e9fd1f108b
commit a4ed281c7e

View File

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