Select the search type
  • Site
  • Web
Search
You are here:  Support/Forums
Support

Bring2mind Forums

Approve option in Folder attributes?
Last Post 06/30/2009 11:06 PM by Peter Donker. 1 Replies.
Sort:
PrevPrev NextNext
You are not authorized to post a reply.
Author Messages
leSasch
New Member
New Member
Posts:2


--
06/20/2009 9:07 PM

Hi together,

can anybody explain what exactly the "approve" Checkbox in the folder attributes / permissions page does?
I want to completely disable the approval function - is this possible?

Best wishes
Sascha

Peter Donker
Veteran Member
Veteran Member
Posts:4536


--
06/30/2009 11:06 PM
Hi Sascha,

If you do not select any role/user to APPROVE then there is no approval mechanism. The approve checkbox shows up because you (the user) has approval rights on this item or the folder so the approval is active. The checkbox allows you to immediately approve this item while you're still editing it.

To remove ALL approval run the following under Host > SQL:

DELETE FROM {databaseOwner}{objectQualifier}DMX_EntryPermissions
FROM {databaseOwner}{objectQualifier}DMX_EntryPermissions ep
INNER JOIN {databaseOwner}{objectQualifier}DMX_Permissions p ON p.PermissionId=ep.PermissionId
WHERE p.PermissionKey='APPROVE'

You can optionally add 'AND p.PortalID=0' if you want to only delete approval on Portal 0.

Peter

PS Whenever doing direct SQL operations I suggest you backup the db just in case. It's quickly done and saves you a ton of work if things turn bad.
You are not authorized to post a reply.