diff --git a/core/modules/rest/src/Plugin/views/display/RestExport.php b/core/modules/rest/src/Plugin/views/display/RestExport.php index 076eb1c..ed39bd7 100644 --- a/core/modules/rest/src/Plugin/views/display/RestExport.php +++ b/core/modules/rest/src/Plugin/views/display/RestExport.php @@ -142,7 +142,7 @@ protected function getType() { * {@inheritdoc} */ public function usesExposed() { - return FALSE; + return TRUE; } /**