Steps to replicate the issue (include links if applicable):
- Set $wgUseCodexSpecialBlock = true; and $wgEnableMultiBlocks = true; in your LocalSettings
- Open Special:Block
- Block a user using the form
- Add ?uselang=no to the end of the URL
- Open the Active blocks section
What happens?:
The block does not appear and a error appears in the browser console
What should have happened instead?:
The block should have appeared in the section as it does when using English
Other information (browser name/version, screenshots, etc.):
| Table missing in the active blocks section | The error in the browser console |
|---|---|
Derived Requirement
Ensure that active blocks display correctly in the "Active blocks" section of Special:Block when the interface language is set to Norwegian Bokmål (uselang=no), with $wgUseCodexSpecialBlock and $wgEnableMultiBlocks enabled.
Test Steps
Test Case 1: Ensure Active Blocks Section Loads Correctly with Norwegian Bokmål Language
- Set $wgUseCodexSpecialBlock = true; in LocalSettings.php.
- Set $wgEnableMultiBlocks = true; in LocalSettings.php.
- Navigate to Special:Block on beta.
- Block a user using the form.
- Append ?uselang=no to the URL and reload the page.
- Scroll to and open the "Active blocks" section.
- ✅❓❌⬜ AC1: Confirm that the active block(s) appear correctly without any exception or error in the console.
QA Results - Local
| AC | Status | Details |
|---|---|---|
| 1 | ❓ | T391423#10741961 |



