Joachim Løvgaard
Joachim Løvgaard
Would be great with a doc PR :)
Is that how people handle that use case, @veloxy? What I see around on stores is that stores still show the old product, but tell the user that they can...
Not sure I completely understand the issue. Could you elaborate a bit or explain a more elaborate example of something unexpected?
I am more or less against third party migrations, so that won't happen unfortunately :(
Yes, that would be great to have, I agree! Will reopen the issue :)
Oh, that's not good. In fact I am working on fixing this issue: https://github.com/Setono/SyliusRedirectPlugin/issues/63. Fixing that issue will also solve your problem. What do you think of my idea on...
What would you redirect to then? Just a single destination or should everything matching the `*` be appended to the new destination?
Can you rebase onto `master` :)
The `generate` method could look like this instead: ```php public function generate(string $name, array $parameters = [], int $referenceType = UrlGeneratorInterface::ABSOLUTE_PATH): string { $url = $this->router->generate($name, $parameters, $referenceType); if (false...
I guess you are missing a `positiveInteger` check?