-
Notifications
You must be signed in to change notification settings - Fork 67
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[BUGFIX] copyToLanguage with nested elements
when adding support for v13 condition with t3_origuid in datahandler hook was removed because TYPO3 dropped t3_origuid field this patch readds condition with l10n_source field instead of t3_origuid field Fixes: #572
- Loading branch information
1 parent
9d29e35
commit 9b4ccea
Showing
4 changed files
with
43 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
11 changes: 11 additions & 0 deletions
11
...al/Datahandler/Localization/Fixtures/CopyToLanguageSorting/LocalizeWithNestedElements.csv
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
"tt_content" | ||
,"uid","pid","CType","header","sorting","sys_language_uid","colPos","tx_container_parent","l18n_parent","l10n_source" | ||
,"1","1","b13-2cols-with-header-container","container-1","256","0","0","0","0","0" | ||
,"2","1","b13-2cols-with-header-container","container-2","512","0","201","1","0","0" | ||
,"3","1","header","child-2-1","768","0","201","2","0","0" | ||
,"4","1","header","child-2-2","1024","0","201","2","0","0" | ||
"pages" | ||
,"uid","pid","title","sys_language_uid","l10n_parent" | ||
,"1","0","page-1","0","0" | ||
,"2","0","page-1-language-1","1","1" | ||
|
11 changes: 11 additions & 0 deletions
11
...ahandler/Localization/Fixtures/CopyToLanguageSorting/LocalizeWithNestedElementsResult.csv
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
"tt_content" | ||
,"uid","pid","CType","header","sorting","sys_language_uid","colPos","tx_container_parent","l18n_parent","l10n_source" | ||
,"1","1","b13-2cols-with-header-container","container-1","256","0","0","0","0","0" | ||
,"2","1","b13-2cols-with-header-container","container-2","512","0","201","1","0","0" | ||
,"3","1","header","child-2-1","768","0","201","2","0","0" | ||
,"4","1","header","child-2-2","1024","0","201","2","0","0" | ||
,"5","1","b13-2cols-with-header-container","[Translate to English-Free:] container-1","1280","4","0","0","0","1" | ||
,"6","1","b13-2cols-with-header-container","[Translate to English-Free:] container-2","1536","4","201","5","0","2" | ||
,"8","1","header","[Translate to English-Free:] child-2-1","1664","4","201","6","0","3" | ||
,"7","1","header","[Translate to English-Free:] child-2-2","1792","4","201","6","0","4" | ||
|