Vendor url in installed package is the zammad instance url

Hi,

i don’t know, if i should create an issue on github, since the packaging system seems to be treated a little neglected. I did make a package for an sms connection to our phone provider. In the package definition you can fill the fields “Vendor”, in my case my company name, and the field “url”, from which i think, it is the vendors url.

The company name shows up on the installed package, but the given url is replaced by the url of the installed zammad instance. I don’t think, that this is the right behaviour. Is it worth to create the issue?

This is the part of the package:

{
    "name": "Placetel SMS",
    "version": "1.0.3.4",
    "vendor": "your pbx Kommunikationslösungen",
    "license": "MIT",
    "url": "https://yourpbx.de",
    "buildhost": "https://yourpbx.de",
    "builddate": "2023-02-17 19:33:00 UTC",
    "change_log": [
        {
            "version": "1.0.3.4",
            "date": "2023-02-17 19:33:00 UTC",
            "log": "Vendor Info"
        }
    ],
    "description": [
        {
            "language": "en",
            "text": "SMS-Gateway for Placetel"
        }
    ],

and this is the result in Zammad:

Sounds like a bug to me.

Ok, then i will create an issue.

Edit: Issue on github

2 Likes