With ELEMENTS-708 and https://github.com/nuxeo/nuxeo-elements/commit/b6355cefcd191b849ccaf65b3228a425e39bf363, if you set a page provider parameter to false, it will just be ignored.
It should be
} else if (this.params[key] != null) {
- is related to
-
ELEMENTS-708 Fix cannot clear selectivity single widget when editing document
- Resolved