Merge pull request #5558 from reiterl/dev1

Add calculated to motion_category/level field.
This commit is contained in:
Finn Stutzenstein 2020-09-28 10:45:24 +02:00 committed by GitHub
commit b2eab8306e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)[];