osTicket / osTicket-plugins

Core plugins for osTicket (v1.8+)
GNU General Public License v2.0
148 stars 162 forks source link

issue: resolveDependencies Scripts and Extra #267

Closed JediKev closed 1 year ago

JediKev commented 1 year ago

This resolves and issue where when hydrating the S3 plugin it's still including uneeded dependencies even though the plugin info includes the script and extra tags. This is due to make.php not taking those into account when resolving the dependencies. This updates the resolveDependencies method to account for the scripts and extra tags and will include them if found.