File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,15 @@ Thanks for contributions to:
2222- ** [ everzet] ( http://github.com/everzet ) Kudryashov Konstantin** for TreeLevel implementation
2323- ** [ stof] ( http://github.com/stof ) Christophe Coevoet** for getTreeLeafs function
2424
25+ Update ** 2018-02-26**
26+
27+ - Nodes with no Parent can now be sorted based on a tree root id being an id from another table. Existing behaviour
28+ is unchanged unless you add properties to the ` @TreeRoot ` annotation. Example: You have two categories with no parent,
29+ horror and comedy, which are actually categories of 'Movie', which is in another table. Usually calling ` moveUp() ` or
30+ ` moveDown() ` would be impossible, but now you can add ` @TreeRoot(identifierMethod="getRoot") ` , where ` getRoot ` is the
31+ name of your class method returning the root id/entity.
32+
33+
2534Update ** 2017-04-22**
2635
2736- Added the ` TreeObjectHydrator ` class for building trees from entities
You can’t perform that action at this time.
0 commit comments