glpi-project / plugins

GLPI Plugin Directory
http://plugins.glpi-project.org
21 stars 19 forks source link

Fix multiple tags with same name #68

Closed AdrienClairembault closed 3 years ago

AdrienClairembault commented 3 years ago

Requests on api/tag/XXXX/plugin use the first matching tag despite the fact that we may have multiple tags with the same name.

For example, we have two tickets tags but the API will only return the plugins associated to the first one. image image

These changes use all matching tags instead.