InfotelGLPI / webapplications

Plugin webapplications for GLPI
http://blogglpi.infotel.com
GNU General Public License v2.0
10 stars 18 forks source link

Link with certificate #21

Closed redfish0 closed 5 years ago

redfish0 commented 5 years ago

Hello, Wouldn't it make sense for a web application to be associated with certificates ?

I did not find how if it is already feasible....

Thank you

Patrick

keha35 commented 5 years ago

Hello,

You can associate a webapplication to a certificate with the massivaction : image

redfish0 commented 5 years ago

Hello, Strange I do not have this option neither directly in "Action" nor when I choose "Associate"....

2018-11-12 11_07_11-glpi - applications web - internet explorer

keha35 commented 5 years ago

Indeed,

It was because i haven't desable my old plugin certificates. You can apply this commit : https://github.com/InfotelGLPI/webapplications/commit/25fe3c17b4b8d55d321e3b7c1106081a9eeb47c2

redfish0 commented 5 years ago

OK it's working with your patch, however my webapplication.class.php did not have the 'PluginWebapplicationsWebapplication' part at line 44. I did not add that one as 'Certificate' was enough to fix the issue.

Thank you

Patrick