Skip to content
Snippets Groups Projects
Commit 0e3bdc22 authored by Matthias Adrowski's avatar Matthias Adrowski
Browse files

[TASK] Release version 10.1.3

parent 087b68bd
No related branches found
No related tags found
No related merge requests found
......@@ -73,6 +73,7 @@ class TcaProvider implements SingletonInterface {
$queryBuilder = GeneralUtility::makeInstance(ConnectionPool::class)->getQueryBuilderForTable('pages');
$queryBuilder->getRestrictions()->removeAll();
/** @var array $row */
$row = $queryBuilder->select('doktype', 'subtitle', 'lastUpdated', 'tx_sgnews_highlighted', 't3ver_oid')
->from('pages')
->where(
......@@ -82,6 +83,7 @@ class TcaProvider implements SingletonInterface {
$workspaceOriginalId = (int) $row['t3ver_oid'];
if ($workspaceOriginalId > 0) {
/** @var array $row */
$row = $queryBuilder->where(
$queryBuilder->expr()->eq('uid', $queryBuilder->createNamedParameter($workspaceOriginalId, \PDO::PARAM_INT))
)->execute()->fetch();
......
......@@ -6,7 +6,7 @@
"license": [
"GPL-2.0-or-later"
],
"version": "10.1.2",
"version": "10.1.3",
"support": {
},
"repositories": [
......
......@@ -19,7 +19,7 @@ $EM_CONF['sg_news'] = [
'modify_tables' => '',
'clearCacheOnLoad' => 0,
'lockType' => '',
'version' => '10.1.2',
'version' => '10.1.3',
'constraints' => [
'depends' => [
'typo3' => '10.4.0-11.5.99',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment