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:
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?
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.