support product aliases in the publisher

This commit is contained in:
Ondrej Samohel 2025-04-09 09:08:06 +02:00
parent 2d0364d155
commit a1cdaf1015
No known key found for this signature in database
GPG key ID: 02376E18990A97C6
6 changed files with 45 additions and 23 deletions

View file

@ -260,7 +260,7 @@ class FilterEnvsProfileModel(BaseSettingsModel):
class ProductAliasMappingItemModel(BaseSettingsModel):
_layout = "expanded"
_layout = "compact"
base: str = SettingsField("", title="Base product type")
alias: str = SettingsField("", title="Alias name")