Fórumok

Document Media Library: Find on DB role and permission of folder

thumbnail
Luigi Candita, módosítva 11 év-val korábban

Document Media Library: Find on DB role and permission of folder

Junior Member Bejegyzések: 38 Csatlakozás dátuma: 2009.05.04. Legújabb bejegyzések
Hi

I uploaded by code, many documents in DL. By the code I've applied logic to set specific role and permission. Now I need a fast way (query on Demoticon to find which role and permission are on my DLFolders.

How can do it?

Thanks!
thumbnail
Subhash Pavuskar, módosítva 11 év-val korábban

RE: Document Media Library: Find on DB role and permission of folder

Regular Member Bejegyzések: 234 Csatlakozás dátuma: 2012.03.13. Legújabb bejegyzések
Hi Luigi Candita,

Try this in your jsp file add the below code to check the permission of signed in user to display folders


boolean showfolder = DLFolderPermission.contains(permissionChecker, curFolder, ActionKeys.VIEW);

if(showfolder == true)
{
	* then display the folder */
	<a href="<%= folderURL %>">&lt;%= curFolder.getName() %&gt;</a>
	---------------------------------------
	---------------------------------------
}



Pls have a look Click Here
thumbnail
Luigi Candita, módosítva 11 év-val korábban

RE: Document Media Library: Find on DB role and permission of folder

Junior Member Bejegyzések: 38 Csatlakozás dátuma: 2009.05.04. Legújabb bejegyzések
Subhash Pavuskar:
Hi Luigi Candita,

Try this in your jsp file add the below code to check the permission of signed in user to display folders


boolean showfolder = DLFolderPermission.contains(permissionChecker, curFolder, ActionKeys.VIEW);

if(showfolder == true)
{
	* then display the folder */
	<a href="<%= folderURL %>">&lt;%= curFolder.getName() %&gt;</a>
	---------------------------------------
	---------------------------------------
}



Pls have a look Click Here


I think that is no good for me.. this is an old version... I have 6.0.1