Complete commits list: 0.8.0.1...0.8.1
Summary:
-
Improve
Hierarchical
mixin:- Added method
hasMasterObject()
. - Added methods
loadHierarchy()
andloadSiblings()
.
- Added method
-
Fix missing orphaned descendants in
HierarchicalCollection
:When collection is displayed on one page, orphaned descendants should be displayed.
Previously, they were only displayed in pagination was enabled.
-
Fix bad hierarchy repair in
HierarchicalCollection
:- Set
master
tonull
instead of0
.
- Set
-
Filter argument of
HierarchicalTrait::setMaster()
:- Fix edge case where
hasMaster()
compares0
tonull
. - Reset
masterObject
whenmaster
changes to avoid conflicts.
- Fix edge case where