janez89 / mongoose-materialized

mongoose materialized plugin
59 stars 22 forks source link

Move item and update all children. #34

Closed selcukfatihsevinc closed 6 years ago

selcukfatihsevinc commented 6 years ago

Example tree:

If i move A1 under B:

expected paths: A1 => ,B A2a => ,B,A1 A2 => ,B,A1 A3 => ,B,A1,A2

current paths: A1 => ,B A2a => ,B,A1 A2 => ,B,A1 A3 => ,A,A1,A2 => wrong

janez89 commented 6 years ago

Thanks for the fix.