- Posts: 6
- Thank you received: 0
Ask the community, share ideas, and connect with other LimeSurvey users!
No.alexandrelefebvre wrote: So, our question is: is there a way to restrict menu entries to be accessible only for LimeSurvey administrators (or designated users)?
if( $this->event->get('sEntityName') == 'survey' && $this->event->get('sPermission') == 'surveycontent' && $this->event->get('sCRUD') == 'update') { $this->event->set('bPermission',false); }