Hello to all the community,
I am currently developing a plugin for osticket v1.17.5 following this documentation: https://github.com/poctob/OSTEquipmentPlugin/wiki/Plugin-Development-Part-3--Plugin-Class
I have tried to add the link in the menu according to the guide but it returns 'Not Found':
Application::registerStaffApp ( 'Equipment', 'dispatcher.php/equipment/dashboard/', array (
iconclass => 'faq-categories'
) );
So I have decided to modify it to the following:
Application::registerAdminApp( 'Equipment', 'apps/equipment/dashboard', array (
) );
The problem I have with the latter is that it returns 'Access denied'. It seems that something has changed for these versions and there is no clear documentation for this.
Thank you very much for any help