IBX-11423: added optional parameter to urlAliasService:load() call.#1864
IBX-11423: added optional parameter to urlAliasService:load() call.#1864
Conversation
ad0b679 to
202f807
Compare
19bd33d to
e6bc0ef
Compare
|
konradoboza
left a comment
There was a problem hiding this comment.
Why such change? It seems unrelated to products at first glance, why targeting AdminUI?
The issue is not only related to products - I updated the ticket and PR description. When loading a list of aliases to remove in Ibexa\Bundle\AdminUi\Controller\UrlAliasController::removeAction(), the service loads only aliases in the default language; the aliases for translations can't be removed. Changed the call to service so it loads aliases in all languages, so the aliases for translations are also getting added to the remove list. |



Related PRs:
Description:
Used the optional parameter $showAllTranslations to URLAliasService::load() when deleting URLAlias, which allowed the deletion of URLAlias for translations of contents.