Extension Nestedtree Complex solution to handle Nested set in tree view
#23
Posted 24 February 2013 - 11:53 AM
Hi
Undefined variable: owner - NestedTreeActiveRecord.php(235)
Thanks
Undefined variable: owner - NestedTreeActiveRecord.php(235)
Thanks
#24
Posted 24 February 2013 - 01:30 PM
And (502) Undefined variable: owner
(385),(407) $this->getOwner(),
(385),(407) $this->getOwner(),
#25
Posted 27 February 2013 - 11:14 AM
Hello,
Good job,
But why only non-root nodes can perform action ?
is there git for this ext ?
Good job,
But why only non-root nodes can perform action ?
if ($url && !$node->isRoot()) $NodeArray['data'][$i]['href'] = $url . $node->primaryKey;
is there git for this ext ?
#26
Posted 27 February 2013 - 01:53 PM
Hi Kazio,
Thank You for your post!
As you find, there are some differences between NestedTreeActiveRecord and NestedTreeBehavior classes. It is my fault, not to compare and syncronize them.
The right solution is in the NestedTreeActiveRecord class.
I'm working on the next version of the extension, and if it is ready, I'm going to do git for this extension.
András
Thank You for your post!
As you find, there are some differences between NestedTreeActiveRecord and NestedTreeBehavior classes. It is my fault, not to compare and syncronize them.
The right solution is in the NestedTreeActiveRecord class.
if ($url)
$NodeArray['data'][$i]['href'] = $url . $node->primaryKey;
I'm working on the next version of the extension, and if it is ready, I'm going to do git for this extension.
András
#27
Posted 28 February 2013 - 02:30 AM
shaneshka, on 24 February 2013 - 01:30 PM, said:
And (502) Undefined variable: owner
(385),(407) $this->getOwner(),
(385),(407) $this->getOwner(),
Thank you for bug report!
To fix them:
in line 235 $owner->{$this->rootAttribute} change to $this->{$this->rootAttribute}
in line 385, 407 $this->getOwner() change to $this
in line 502 $Owner change to $this
András
#28
Posted 10 April 2013 - 08:05 AM
Being an absolute newbie I'm having a hard time following the installation and usage instructions.
Is it possible to have a Folder/File structure in zip as an example?
Is it possible to have a Folder/File structure in zip as an example?

Help













