Jump to content

Recommended Posts

Posted

is possible to add a link in modules like

blesta/admin/settings/company/modules/mycustomfunction/28

it appear like the modules support just

blesta/admin/settings/company/modules/addrow/28

blesta/admin/settings/company/modules/editrow/28/xx

Posted

I believe so? You just need to define the file. Have you looked at the SolusVM file and checked out the way it calls the API file? Do it that way and you should be able to call a custom link thusly.

Posted
  On 7/26/2015 at 1:38 AM, naja7host said:

is possible to add a link in modules like

blesta/admin/settings/company/modules/mycustomfunction/28

 

No, such a URI does not route to a valid method in the AdminCompanyModules controller. The module itself would not be called. Modules aren't directly accessible through any URI; only via the system calling its defined methods. You would have to make core changes to the company module settings and the module system to support additional actions.

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...