The problem is, that `core-editing.php` expects the `post `argument to be `param` But when using the form block, the name is `query`. **Solution**: Rename `query` to `param` 