projects
/
Packages
/
TYPO3.CMS.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
[BUGFIX] Fix wrong type in "rootLevel" option
[Packages/TYPO3.CMS.git]
/
typo3
/
sysext
/
core
/
Configuration
/
TCA
/
sys_news.php
diff --git
a/typo3/sysext/core/Configuration/TCA/sys_news.php
b/typo3/sysext/core/Configuration/TCA/sys_news.php
index
68c4a30
..
27faa49
100644
(file)
--- a/
typo3/sysext/core/Configuration/TCA/sys_news.php
+++ b/
typo3/sysext/core/Configuration/TCA/sys_news.php
@@
-7,7
+7,7
@@
return [
'crdate' => 'crdate',
'cruser_id' => 'cruser_id',
'adminOnly' => true,
- 'rootLevel' =>
true
,
+ 'rootLevel' =>
1
,
'delete' => 'deleted',
'enablecolumns' => [
'disabled' => 'hidden',