-
Bug
-
Resolution: Fixed
-
Critical
-
2.0
-
None
-
None
How to reproduce
- connect to _admin
- change an extension point
- apply changes, accept all
Actual behavior
- a pop-up appear saying that it is restarting
- the configuration is not updated in the browser but it is updated in the files and if I restart manually it works fine
Expected behavior
- It restart automatically and the configuration is updated
This was working due to the side effect of the DispatchGenerator not removing request attributes betrween calls.
I think the "change plugins" request should actually not use the Dispatch mechanism.