mouse0270 / module-credits

Lists the authors of projects on the Manage Modules Window. If a url is provided in the module.json file, it will make the version tag link to the module url.
MIT License
7 stars 7 forks source link

2.0.2 Fails to Stylize Module Management #51

Closed MrVauxs closed 2 years ago

MrVauxs commented 2 years ago

image

mouse0270 commented 2 years ago

Are you able to add and test a line of code for me? I think I know what the issue is

mouse0270 commented 2 years ago

Can you install the module via this manifest and let me know if the issue is fixed? https://github.com/mouse0270/module-credits/releases/download/2.0.3/module.json

MrVauxs commented 2 years ago

Will do

MrVauxs commented 2 years ago

It's fixed

mouse0270 commented 2 years ago

What appears to have happened is one of those modules is saying it requires a module you do not have installed and I forgot to check that. So its trying to get the title of a module you don't have installed. lol

MrVauxs commented 2 years ago

Yeah it's a common occurrence between V9 and V10 updates. Updates sometimes don't bring up dependencies, or the dependency is deemed an error by V10 by not having a script it says it has or similar.