Commit 348828e
committed
[TASK] Add gridelements nested support
With `gridelements` installed the extension internal override of the
DatabaseRecordList won't work anymore, as `gridelements` overrides the
same way.
This commit adjusts the implementation by overriding the respective
class depending on the installed `gridelements` extension and respecting
the setting if the nested content element support is enabled.
As `gridelements` has no public available repository for TYPO3 13,
assume this workflow works in 13.1 parent 8db1794 commit 348828e
File tree
3 files changed
+18
-1
lines changed- Build/phpstan/Core12
- Classes/Override/Core12
3 files changed
+18
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
| 21 | + | |
20 | 22 | | |
21 | 23 | | |
22 | 24 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
11 | 23 | | |
12 | 24 | | |
13 | 25 | | |
14 | 26 | | |
15 | 27 | | |
16 | 28 | | |
17 | | - | |
| 29 | + | |
18 | 30 | | |
19 | 31 | | |
20 | 32 | | |
| |||
0 commit comments