- 🇧🇪Belgium stefdewa
On D10.2.2 I got
Symfony\Component\DependencyInjection\Exception\ServiceCircularReferenceException: Circular reference detected for service "maintenance_mode_subscriber"
because of the overriding maintenance_mode service.Added a new patch (and interdiff) for a fix.
It is probably better to use a service decorator here instead of overriding the service. Leaving that suggestion here for another day/person.
- 🇧🇪Belgium stefdewa
Bumping version so I can create a merge request for the active development branch.
- Merge request !68Override maintenance mode service with domain specific config. → (Open) created by stefdewa
- 🇧🇪Belgium stefdewa
Stefdewa → changed the visibility of the branch 2857402-domain-access-for to hidden.
- First commit to issue fork.
- 🇫🇷France jykin
Hi,
I have rebased the fork on the 2.0.x branch. After testing, I can confirm that now I can put a single site into maintenance mode without any errors.
- 🇫🇷France Asterovim Paris
Hello. I can confirm that the rebase of Jykin is OK ! Thanks !