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

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.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...