Hi, Can I set in WP, the possibilty for Editors or Authors (WP connected) to see reports appointments?
2 Answers
Hi,
there is no ACL at the moment. It’s hardcoded so if you want you can change it there. I can send you more info on that if you want.
Best regards,
Nikola
Thanks a lot. I don’t know if i’m able to do that but i need to try it. Can you send me more info?
Bests regards
J-Luc Delon (France)
Hi,
inside plugin there is file under src
folder called admin.php
there find function called add_menu_pages
. You can see that user need to have rights called manage_options
for reports page. You will have to lower that rights and do the same thing inside ajax.php
file for calls regarding reports.
Best regards,
Nikola