HI ,
am using D6.5 .
I have menu item
<actionmenuitem dynamic='singleselect' name='test_menu_item' value='TestItem' action='test_action' showifinvalid='true'/>
And the action scope is set to dm_folder .
So when i select any content inside folder this menu item should be greyed out (expected result) .
But am facing a different result .
When i select content item in one folder (A) the menu item is greyed out as expexted .
But when i select content on another folder(B) the menu item is not available at all .
Any idea why there is different behavoiur of same action on different folder .