Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: No Longer Reproducible
-
Affects Version/s: 6.1.0 CE GA1
-
Fix Version/s: 6.2.0 CE M4
-
Component/s: DM, DM > Document Library Display
-
Labels:
-
Similar Issues:
Description
The document library toolbar does not respect the folder permissions.
After spending some time on the problem, i realized that the toolbar in the document library (containing Actions buttons) actually is only loaded ONCE upon instantiation of the portlet. Other buttons such as "AddButton" is actually reloaded in the document library main.js so this is not an issue when browsing through different folders.
Every further browsing through the folders does not refresh the privileges.
The toolbar is displayed by default if the user is logged in. However the options available shall be dependent on the logged-in user permissions as well.

well, javascript in view_folder.jsp could do the work, but somehow is not indeed perfect solution.