Page 1 of 1

Can I Disable Download when checked out

PostPosted:Fri Jun 03, 2011 10:49 am
by DavidJG
I am very new to OpenKM :D and am not a software engineer although I am OK with general PC administration. :)
Is it possible to disable the ability of other users to download an item if it has been checked out :?:
Also, where do I set the role previleges :?:

Re: Can I Disable Download when checked out

PostPosted:Sun Jun 05, 2011 9:11 am
by jllort
It can be done, but must be implemented as OpenKM extension for doing, it's not complicated but must be done.

Re: Can I Disable Download when checked out

PostPosted:Tue Feb 13, 2024 6:11 am
by Chuck41
Hi. jllort's answer below ' It can be done, but must be implemented as OpenKM extension for doing, it's not complicated but must be done.' Are you able to point to an example? can you direct me to any instruction on how to configure an extension for this function?

Thanks

Re: Can I Disable Download when checked out

PostPosted:Fri Feb 16, 2024 6:50 pm
by jllort
You must create an action:
https://docs.openkm.com/kcenter/view/ok ... ction.html

* This action must be linked with a DOWNLOAD event and I observe in the current CE we still have not added -> the code should be extended to be able to intercept the event.