dubas-pro / ext-short-url

Extension to EspoCRM which will let you to create short url's inside EspoCRM.
https://devcrm.it/short-url
GNU General Public License v3.0
1 stars 0 forks source link

Custom alias not allowed #1

Open Kharg opened 1 year ago

Kharg commented 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.