docs: Remove note in TreeEntity documentation about #2032 (#7777)

Removes the note which links to the closed issue https://github.com/typeorm/typeorm/issues/2032,  that is supposed to be fixed in this PR https://github.com/typeorm/typeorm/pull/7156 .
This commit is contained in:
Ghassan Maslamani 2021-06-21 17:47:45 +03:00 committed by GitHub
parent 3d2833d905
commit ef39d12198
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -133,9 +133,6 @@ You can specify closure table name and / or closure table columns names by setti
})
```
### 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,