Page MenuHomePhabricator

RCFilters UI: Split ResourceLoader modules
Closed, ResolvedPublic

Description

Currently, there's one single RL module defined for RCFilters, we should split this up at *least* for DM/UI and "init". At the very least, we should do that so that unit tests (which are currently dependent on the single module) will not load rcfilters.init file and cause the model to be instantiated (and pre-filled) with redundant data before tests.

Event Timeline

Change 337206 had a related patch set uploaded (by Mooeypoo):
Split RCFilter's RL modules

https://gerrit.wikimedia.org/r/337206

This is done. I'm moving to QA because that's the general way we do things - but I am not sure if there's anything to actually QA here.
We just changed the modules, which means QUnit tests load only the DM rather than everything.