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_history.php
diff --git
a/typo3/sysext/core/Configuration/TCA/sys_history.php
b/typo3/sysext/core/Configuration/TCA/sys_history.php
index
d27fbeb
..
03f8472
100644
(file)
--- a/
typo3/sysext/core/Configuration/TCA/sys_history.php
+++ b/
typo3/sysext/core/Configuration/TCA/sys_history.php
@@
-5,7
+5,7
@@
return [
'label' => 'tablename',
'tstamp' => 'tstamp',
'adminOnly' => true,
- 'rootLevel' =>
true
,
+ 'rootLevel' =>
1
,
'hideTable' => true,
'default_sortby' => 'uid DESC',
],