ViewsBlockOverride::blockSubmit function is not called when block submitted via Gutenberg. The way the settings form is rendered in Gutenberg's BlockSettingsForm doesn't pick up the blockSubmit function from the class.
- Add a Views block of display type 'Block with overrides' which has a configurable sort.
- Add above block to a node using Gutenberg Editor and try to modify settings.
- Note that the ViewsBlockOverride::blockSubmit function doesn't get called, so the data handling there isn't done, so the settings aren't what views_block_override expects.
Active
2.0
Code