This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src
Molkobain 5309e64949
Fix toolbar load when GET params are present in "_wdt" route
When using a custom router that inject GET parameters, eg:

```
# services.yaml
parameters:
    # Replace default url generator service
    router.options.generator_base_class: Combodo\iTop\Portal\Routing\UrlGenerator
```

The path generated by the toolbar JS is HTML entity encoded which breaks the JS call (`&` becomes `&`).
2019-07-08 16:55:23 +02:00
..
Symfony Fix toolbar load when GET params are present in "_wdt" route 2019-07-08 16:55:23 +02:00