Steps to replicate the issue (include links if applicable):
- Make sure LocalSettings.php contains $wgCargoPageDataColumns[] = 'categories';
- Make sure page X belongs to at least one category (e.g. [[Category:Y]])
- Edit page X and save it
- Check Page Values (index.php?title=X&action=pagevalues)
What happens?:
- _categories field remains empty
What should have happened instead?:
- _categories contains categories, e.g. "Y"
Software version (on Special:Version page; skip for WMF-hosted wikis like Wikipedia):
- MW 1.39.3 (283beed)
- Cargo 3.4.2
Other information (browser name/version, screenshots, etc.):
When I set the switch in this line from false to true, the categories field gets populated correctly.
It's not clear to me in which case this should be false?