Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix copying of language tree nodes in the region form (#3203)
When creating a new region which copies contents from another region and only the root languages should be included, the `lft` and `rgt` values of the new language node must be set to `1` and `2`, respectively. Otherwise, it would behave as if it still contained child nodes.
- Loading branch information