From dabb4fef47657591da60e005be2c6894019023b9 Mon Sep 17 00:00:00 2001 From: Thomas Famula Date: Wed, 18 Oct 2023 12:53:12 +0200 Subject: [PATCH] Adjust skill readme --- Services/Skill/README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Services/Skill/README.md b/Services/Skill/README.md index 5f65f67e4450..46d9f08f8993 100644 --- a/Services/Skill/README.md +++ b/Services/Skill/README.md @@ -82,7 +82,7 @@ Skills are organised in a hierarchical structure called the [Skill Tree](#skill- * **Code**: `class ilSkillRoot` -The root node of the tree. There is only one. +The root node of a skill tree. There can be more than one. ## Basic Skill @@ -120,9 +120,10 @@ A skill template reference is the link between the main category tree and a skil * **Node ID**: Node ID (`skl_templ_ref.skl_node_id` referencing a `skl_tree_node.obj_id` of type "sktr") * **Template Node ID**: Template Node ID (`skl_templ_ref.templ_id` referencing a `skl_tree_node.obj_id` of type "sktp" or "sctp") -**Business Rule** +**Business Rules** * A Skill Template Reference can only reference Templates or Template Category Nodes which are on the top level (directly underneath the root node). +* When a Template or Template Category is deleted, all related Skill Template References will also be deleted. ## Skill Tree