Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix namespaces getlist processor when cache_db is active (#16681)
### What does it do? Makes sure the code doesn't try to cache this specific query. ### Why is it needed? When `cache_db` is active, the processor throws an error (`Code: 0 communication failure`). ### How to test * Set the system setting `cache_db` to `Yes` * Make sure that on the system settings page (`manager/?a=system/settings`), the dropdown "Filter by namespace..." displays the list of namespaces. ### Related issue(s)/PR(s) Resolves #16674