Hello,
Some tests doesn't pass in plugin_mptt, mainly :
line 288, in test_move_child_up_level
node11 node9 2 1 4 5""")
controllers/plugin_mptt.py", line 40, in asserTree
for node in nodes]),
AttributeError: 'Row' object has no attribute 'name'
controllers/plugin_mptt.py", line 256, in test_move_leaf_to_other_tree
node11 node9 2 1 4 5""")
controllers/plugin_mptt.py", line 40, in asserTree
for node in nodes]),
AttributeError: 'Row' object has no attribute 'name'
It seems to be all the same problem...
Richard
--