Product::Link() is useless
wernerkrauss opened this issue · 0 comments
wernerkrauss commented
In SS4.x, Product::Link()
is useless, as it only calls parent::Link()
and $this->extend(updateLinks)
. The latter is already called in parent::Link
, and when an updateLink()
method in an extension doesn't check, if the link is already updated, it updates the Link again - which might result in invalid URLs.