How to set the sharing properties to subfolders

Hi guys,

We run Razuna 1.7 self-hosted (can’t wait to get my hands on Razuna 2.0!) . We want to set the sharing properties on a folder and all of its subfolders with one or two clicks. Is its possible? Specifically, we want to set the download of original assets to a folder and its subfolders.

If on the frontend is not possible, can we do it with the Razuna AP? I see that a folder’s permission can be set via the API:

http://wiki.razuna.com/display/ecp/Folder+API2#FolderAPI2-Setfolderpermissions

Is there something similar for the sharing properties?

Once again thank you!

Juan Pablo

Hi,

Sharing options are only in the interface. You can set default sharing
options and then they will be applied to all new folders.

Hi Nitai,

after your answer yesterday about the SQL error (by the way, thanks a lot!), it occurred to me, that might be there is a way to modified the sharing properties of a folder via a DB-Operation. Is it possible? If so, which table and column should be modified?

Thanks!

– Juan Pablo

Hi,

We don’t recommend editing tables directly. Please use the Razuna UI or the
API. Reason for it is simple; A) there are cross tables that need to be
updated as well B) if something goes wrong we do not support you.