Commit ec40577
[TASK] Remove unused
The method `FormEngine.legacyFieldChangedCb()` was used back in the days
by legacy FormEngine which passed a callback function via the PHP
property `TBE_EDITOR_fieldChanged_func`. Later on, the configuration
`TYPO3.settings.FormEngine.legacyFieldChangedCb` was used.
Neither TYPO3 core, nor any extension available in TER use this relict.
It is therefore safe to assume we can remove this method without being a
breaking change.
Resolves: #106278
Releases: main, 13.4
Change-Id: I6c47998edf5da042f0952c9dd3f28a2b879641af
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/88407
Reviewed-by: Garvin Hicking <gh@faktor-e.de>
Tested-by: Garvin Hicking <gh@faktor-e.de>
Tested-by: core-ci <typo3@b13.com>
Tested-by: Georg Ringer <georg.ringer@gmail.com>
Reviewed-by: Georg Ringer <georg.ringer@gmail.com>FormEngine.legacyFieldChangedCb()
1 parent b7a4a3f commit ec40577
File tree
5 files changed
+2
-13
lines changed- Build
- Sources/TypeScript/backend
- form-engine/element
- types/TYPO3
- typo3/sysext/backend/Resources/Public/JavaScript
- form-engine/element
5 files changed
+2
-13
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
54 | 53 | | |
55 | 54 | | |
56 | 55 | | |
| |||
152 | 151 | | |
153 | 152 | | |
154 | 153 | | |
155 | | - | |
156 | | - | |
157 | | - | |
158 | | - | |
159 | | - | |
160 | 154 | | |
161 | 155 | | |
162 | 156 | | |
| |||
320 | 314 | | |
321 | 315 | | |
322 | 316 | | |
323 | | - | |
324 | | - | |
325 | 317 | | |
326 | 318 | | |
327 | 319 | | |
| |||
Lines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
138 | 138 | | |
139 | 139 | | |
140 | 140 | | |
141 | | - | |
142 | 141 | | |
143 | 142 | | |
144 | 143 | | |
| |||
178 | 177 | | |
179 | 178 | | |
180 | 179 | | |
181 | | - | |
182 | 180 | | |
183 | 181 | | |
184 | 182 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
57 | 56 | | |
58 | 57 | | |
59 | 58 | | |
| |||
0 commit comments