Commit e8bc803
[BUGFIX] Use correct language capability field in route mapper
Additionally, adjust a couple of source
field usages to properly use the has*()
method and make use of null-safe-operator.
Resolves: #106773
Related: #106722
Releases: main
Change-Id: I9eff9143fdd81a75fcf45fa26e4af830f682981f
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/89536
Reviewed-by: Benjamin Franzke <ben@bnf.dev>
Tested-by: Benni Mack <benni@typo3.org>
Reviewed-by: Benni Mack <benni@typo3.org>
Tested-by: core-ci <typo3@b13.com>
Tested-by: Benjamin Franzke <ben@bnf.dev>1 parent daeb3b9 commit e8bc803
File tree
5 files changed
+9
-12
lines changed- typo3/sysext/core/Classes
- DataHandling
- Localization
- Model
- Domain
- Routing/Aspect
5 files changed
+9
-12
lines changedLines changed: 4 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
177 | 177 | | |
178 | 178 | | |
179 | 179 | | |
180 | | - | |
| 180 | + | |
181 | 181 | | |
182 | 182 | | |
183 | 183 | | |
| |||
506 | 506 | | |
507 | 507 | | |
508 | 508 | | |
509 | | - | |
| 509 | + | |
510 | 510 | | |
511 | | - | |
512 | | - | |
513 | | - | |
514 | 511 | | |
515 | 512 | | |
516 | 513 | | |
| |||
907 | 904 | | |
908 | 905 | | |
909 | 906 | | |
910 | | - | |
| 907 | + | |
911 | 908 | | |
912 | 909 | | |
913 | 910 | | |
| |||
992 | 989 | | |
993 | 990 | | |
994 | 991 | | |
995 | | - | |
| 992 | + | |
996 | 993 | | |
997 | 994 | | |
998 | 995 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
82 | | - | |
83 | | - | |
| 82 | + | |
| 83 | + | |
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
215 | 215 | | |
216 | 216 | | |
217 | 217 | | |
218 | | - | |
| 218 | + | |
219 | 219 | | |
220 | 220 | | |
221 | 221 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
133 | 133 | | |
134 | 134 | | |
135 | 135 | | |
136 | | - | |
| 136 | + | |
137 | 137 | | |
138 | 138 | | |
139 | 139 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
136 | 136 | | |
137 | 137 | | |
138 | 138 | | |
139 | | - | |
| 139 | + | |
140 | 140 | | |
141 | 141 | | |
142 | 142 | | |
| |||
0 commit comments