Where: When using the 'Insert picture' Dialogue, 'Create new' tab, and choosing 'Save at', the Treepicker appears.
Error scenario 1: Incorrect name of selected Node: I'm logged in as 'Administrator' with full access to the entire 'Media' tree. I try to select the rootnode of that tree. Bug: The selected folder will be displayed as : 'SYSTEM DATA: umbraco master root' The file is saved without errors
Error scenario 2: Incorrect name of selected Node, File not upload: I'm logged in as a user who has a Media startNode which is somewhere BELOW Media-Rootfolder I try to select the rootnode of that tree.
Bug:The selected folder will be displayed as : 'SYSTEM DATA: umbraco master root' Error: The file is saved in ROOT mediafolder, instead of the StartNode for that particular user.
I think this happens because the topmost node has a parameter of (-1) regardless of whether the selected rootnode is the actual rootNode for the entire site, or if its the rootnode for a particular user.
Umbraco 4.6.1: treepicker.aspx : Error selecting root node
Hello,
Umbraco version:
4.6.1
Where:
When using the 'Insert picture' Dialogue, 'Create new' tab, and choosing 'Save at', the Treepicker appears.
Error scenario 1: Incorrect name of selected Node:
I'm logged in as 'Administrator' with full access to the entire 'Media' tree.
I try to select the rootnode of that tree.
Bug: The selected folder will be displayed as : 'SYSTEM DATA: umbraco master root'
The file is saved without errors
Error scenario 2: Incorrect name of selected Node, File not upload:
I'm logged in as a user who has a Media startNode which is somewhere BELOW Media-Rootfolder
I try to select the rootnode of that tree.
Bug:The selected folder will be displayed as : 'SYSTEM DATA: umbraco master root'
Error: The file is saved in ROOT mediafolder, instead of the StartNode for that particular user.
I think this happens because the topmost node has a parameter of (-1) regardless of whether the selected rootnode is the actual rootNode for the entire site, or if its the rootnode for a particular user.
is working on a reply...