After a module is disabled, we should redirect people to the uninstall page if that module ~~has an uninstall hook~~ needs to be uninstalled. If it does not need to be uninstalled, we can reload the modules list (as we do now).
In order to do this, we would need to test for the ability to uninstall specific modules, and set a #redirect on the form conditionally.
I don't think this will be too hard, so adding the good first issue tag. If it turns out to be difficult we can remove it.
Recent comments
I have had a read of what Lando provides, and it's an excellent development tool, and it would solve the problem. But, I would prefer to find out why the problem is there in the first...
How often is the settings.php loaded.
Thanks for the info. I will give it a try...
How often is the settings.php loaded.
I use Lando (a wrapper for docker) and find settings changes happen straight away
How often is the settings.php loaded.