- Issue created by @thejimbirch
- π¬π§United Kingdom catch
admin/modules has to deal with the same issue that modules might just have been added, and it uses:
// The module list needs to be reset so that it can re-scan and include // any new modules that may have been added directly into the filesystem. $modules = $this->moduleExtensionList->reset()->getList();
So probably needs the same thing here.