packages icon indicating copy to clipboard operation
packages copied to clipboard

Use web_url in views/Plugin/Satis/Inventory/view.html.twig to link package?

Open NeoBlack opened this issue 7 years ago • 2 comments

The web_url in the database should be used to link dependencies in views/Plugin/Satis/Inventory/view.html.twig instead of linking packages on packagist.org which are not available.

NeoBlack avatar Feb 12 '18 23:02 NeoBlack

Agreed, nice catch. Thanks for the bug report!

tyler-sommer avatar Feb 13 '18 03:02 tyler-sommer

This would be nice.

But aware, that the web_url doesn't contain the URL of the terramar-labs/packages instance.

Also aware, that there can be a mix of public packages (packagist.org), private packages (packagist.com) and self hosted packages (terramar-labs/packages instance).

As there is no further information in the link provided by the composer repository, it seems difficult to identify the packages. It might be useful to store the package name in the database, so the property target could be used to identify self hosted packages.

FrankGiesecke avatar Nov 15 '18 11:11 FrankGiesecke