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
@yorkshirepudding, In the end I fixed it by deleting the config/active folder contents, copying the config/staging/ files into config/active, importing the database again and clearing the caches...
Importing the staged config throws an error: another field with the same name already exists
Thanks, I have to go out now, I will try later on and report back
Importing the staged config throws an error: another field with the same name already exists
Hi Francis. Yes, what config do you have in staging for it? You might have configs like: field.field.field_video_embed field.instance.node.page....
Importing the staged config throws an error: another field with the same name already exists