I'm asking this question here because I'm having no answer on github.
I'm using the nested tree annotation and supposedly when one save a $food object like that:
$food->setParent($vegetables);
the update of the parent, lvl and root is done correctly. However since I update to Symfony 2.5 the update of the lvl isn't working anymore, it stays at 0, making this tree extension useless.
I can't even force it (if I manually change the lvl before persisting, after the flush lvl is back to 0)...
Does anyone has the same issue ?