Tree Behavior problem

2010-02-18 Thread Bill Wilson
I've got a problem with the Tree behavior in an application I'm maintaining. The version of cakephp is 1.2.1.8004. The user wants to move a node that was already created to a node created after the node being moved. After the save is performed the old node has the same lft, rght values as before

Re: Tree behavior problem

2008-11-15 Thread havanna
Hello, I come a little bit forward: If I activate admin routing in core.php, I got this double entries as described. If I deactivate it, everything works fine. It seams like an error in cake. Any idea? Regards Thomas On 12 Nov., 13:52, havanna [EMAIL PROTECTED] wrote: Hello together, I have

Tree behavior problem

2008-11-12 Thread havanna
Hello together, I have a problem with tree behavior. To build a menu I tried the tree behavior. For a first test I use the example from cakephp documentation. But if I do the example, I got allway more than one entry into the database. My code for the test: function insert() { // pseudo