Open Kharg opened 1 year ago
https://github.com/dubas-pro/ext-short-url/blob/ac44c7ba6178ffde011493dcecfcfa1da63f0fe3/src/files/application/Espo/Modules/DubasShortUrl/Hooks/ShortUrl/GenerateAlias.php#L31
this line is not allowing custom aliases because as soon as you input one it will be overwritten because of this: $entity->isAttributeChanged('alias')
Removing this part lets you define custom aliases.
https://github.com/dubas-pro/ext-short-url/blob/ac44c7ba6178ffde011493dcecfcfa1da63f0fe3/src/files/application/Espo/Modules/DubasShortUrl/Hooks/ShortUrl/GenerateAlias.php#L31
this line is not allowing custom aliases because as soon as you input one it will be overwritten because of this: $entity->isAttributeChanged('alias')
Removing this part lets you define custom aliases.