From 4ea247a3f6a669e830b3da055ada523a18889b30 Mon Sep 17 00:00:00 2001 From: Ludwig Reiter Date: Mon, 14 Sep 2020 09:45:56 +0200 Subject: [PATCH] Add calculated to motion_category/level field. --- docs/models.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/models.txt b/docs/models.txt index aa88a338d..3c0654458 100644 --- a/docs/models.txt +++ b/docs/models.txt @@ -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)[];