Update
This commit is contained in:
@@ -196,7 +196,7 @@ $APPLICATION->IncludeComponent(
|
||||
'SHOW_PAGINATION' => true,
|
||||
'SHOW_SELECTED_COUNTER' => true,
|
||||
'SHOW_TOTAL_COUNTER' => true,
|
||||
'SHOW_PAGESIZE' => false,
|
||||
'SHOW_PAGESIZE' => true,
|
||||
|
||||
'ENABLE_COLLAPSIBLE_ROWS' => false,
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?php
|
||||
$arModuleVersion = [
|
||||
'VERSION' => '25.0.0',
|
||||
'VERSION_DATE' => '2025-03-27 15:00:00'
|
||||
'VERSION' => '25.100.0',
|
||||
'VERSION_DATE' => '2025-08-13 11:00:00'
|
||||
];
|
||||
@@ -36,7 +36,7 @@ abstract class Controller extends Main\Engine\Controller
|
||||
*
|
||||
* @return boolean
|
||||
*/
|
||||
public function hasErrors()
|
||||
public function hasErrors(): bool
|
||||
{
|
||||
if (!$this->errorCollection instanceof Main\ErrorCollection)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user