Forum OpenACS Q&A: CMS tree menu

Collapse
Posted by Nagita Karunaratne on
Hi all,

I am having trouble tracking down a problem in the tree menu in the CMS UI.

In a clean OACS install (4.6.2), if you create a new group under 'Users' (eg. 'Intranet Users'), then create a subgroup of 'Intranet Users' (eg. GroupA), then create a subgroup of 'GroupA' (eg. GroupA_A), then exercise the menu for a short time, you will notice that 'GroupA_A' as added as a subgroup of 'Intranet Users'.

Users
|
---Internet User
    |
    ---GroupA
    |    |
    |    ---GroupA_A
    |
    ---GroupA_A  <---- ?

This is not normal is it? I've been playing around but cannot find the source but I suspect it is in the function 'updateTreeStateChildren' in 'browser-procs.tcl'.