Liquipedia / Lua-Modules

Used to keep versions of some important lua modules of the Liquipedia wiki that we want better version control for.
Other
31 stars 69 forks source link

feat(match2): do not show "Missing tournament context" for disabled storage #5132

Open hjpalpha opened 2 days ago

hjpalpha commented 2 days ago

Summary

On old Pages that only get transcluded but do not store themselfes the warning is shown and the category is set even though the missing context does not do any harm there. This PR adds an exception for showing the warning (and setting the category) in the way that it disables the warning (and category) if storage is disabled already (i.e. not storing into match1 nor into match2).

How did you test this change?

preview tests with dev enabled