Commit 0b4a9da
[BUGFIX] Allow initializer interface in event
AfterIndexQueueHasBeenInitializedEvent requires AbstractInitializer
instead of the interface IndexQueueInitializer, this prevents the
usage of own implementations not based on the abstract initializer,
e.g. an initializer for external data.
By requiring the interface instead of the AbstractInitializer this
issue is fixed.
Resolves: #4402
Ports: #44031 parent f6eac9e commit 0b4a9da
File tree
1 file changed
+3
-3
lines changed- Classes/Event/IndexQueue
1 file changed
+3
-3
lines changedLines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| |||
0 commit comments