Commit c5a1501
committed
[BUGFIX] Mitigate splitted DataHandler hook method of
The `b13/container` extension (`EXT:container` ) implements a custom
DataHandler hook to process data in the required manner and recently
splitted the method `localizeOrCopyToLanguage()` into two dedicated
methods for the `CommandMapPostProcessingHook` [2] to fix an issue [1].
`EXT:deepltranslate_core` needs to override that hook in case that
extension is installed to ensure both extension to work and broke
due to that change.
This change mitigates this by verify the existance of the methods
now and call the existing once and throws an exception if if will
be renamed again in the future.
[1] b13/container#609
[2] b13/container#617EXT:container
1 parent 5a0a79c commit c5a1501
1 file changed
+23
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
30 | 52 | | |
31 | 53 | | |
32 | 54 | | |
| |||
0 commit comments