Commit 62c34de
authored
Update TypeConverter.rst (#5932)
Take a look at the registration of the IntegerConverter in
typo3/cms-extbase/Configuration/Services.yaml.
It uses the string "integer" instead of "int".
Registering your own TypeConverter with a source or target type of "int" does not work.1 parent 00e7703 commit 62c34de
File tree
1 file changed
+2
-2
lines changed- Documentation/ExtensionArchitecture/Extbase/Reference/Controller
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
| 53 | + | |
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
70 | | - | |
| 70 | + | |
0 commit comments