ericferon / glpi-archisw

GLPI plugin for application inventory
GNU General Public License v2.0
8 stars 6 forks source link

Not a problem : but 'how to' #35

Closed EC2311 closed 4 years ago

EC2311 commented 4 years ago

Hello,

I use an other plugin (applications web) joined to yours (which runs very good for us) I would like to add 'applications web' linked with project (like you did for structure appli) I posted on the plugin team, but since may 2019, no feed back...

I am sure it's not so hard to do the link between 'applications web' and 'project' but I don't know how to do it.

Could you help me ?

Thanks

ericferon commented 4 years ago

You have to modify the code of inc/webapplication.class.php, and add "Project" in the $types variable (line 43). You will have to repeat this each time that there is a new plugin version. As "archisw" is based initially on "webapplication", and extends it, you could also move your "webapplication" inventory in "archisw". Best regards,