--- 2314443-7.patch 2014-08-09 01:23:10.000000000 +0530 +++ 2314443-26.patch 2022-05-06 13:48:48.000000000 +0530 @@ -1,14 +1,14 @@ diff --git a/core/modules/views/src/Ajax/ReplaceTitleCommand.php b/core/modules/views/src/Ajax/ReplaceTitleCommand.php -index 8972969..b93c53c 100644 +index 90e462a..6da95a7 100644 --- a/core/modules/views/src/Ajax/ReplaceTitleCommand.php +++ b/core/modules/views/src/Ajax/ReplaceTitleCommand.php -@@ -39,7 +39,8 @@ public function __construct($title) { +@@ -34,7 +34,8 @@ public function __construct($title) { public function render() { - return array( + return [ 'command' => 'viewsReplaceTitle', - 'selector' => $this->title, + 'title' => $this->title, + 'siteName' => \Drupal::config('system.site')->get('name'), - ); + ]; }