diff --git a/docs/tree-entities.md b/docs/tree-entities.md index 502167b5e0..94bfad7e3f 100644 --- a/docs/tree-entities.md +++ b/docs/tree-entities.md @@ -123,6 +123,9 @@ export class Category { } ``` +### Note: +Updating or removing a component's parent has not been implemented yet ([see this issue](https://github.com/typeorm/typeorm/issues/2032)). The closure table will need to be explicitly updated to do either of these operations. + ## Working with tree entities To make bind tree entities to each other its important to set to children entities their parent and save them,