-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[BUGFIX] lock content_defender datamaphook for container operations
- Loading branch information
1 parent
151e646
commit 00c90c1
Showing
9 changed files
with
139 additions
and
141 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
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
9 changes: 9 additions & 0 deletions
9
...Fixtures/Maxitems/CanCopyChildFromFilledContainerFromMaxItemsReachedColumnToTopOfPage.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,9 @@ | ||
"pages" | ||
,"uid","title","pid" | ||
,1,"page-1",0 | ||
"tt_content" | ||
,"uid","pid","colPos","CType","tx_container_parent","header" | ||
,1,1,0,"b13-2cols",0,"container" | ||
,2,1,200,text,1,"child-in-200" | ||
,3,1,201,text,1,"child-in-201" | ||
,4,1,0,text,0,"child-in-200 (copy 1)" |
File renamed without changes.
9 changes: 3 additions & 6 deletions
9
...entDefender/Fixtures/Maxitems/CannotCreateElementInContainerIfMaxitemsIsReachedResult.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 |
---|---|---|
@@ -1,7 +1,4 @@ | ||
"pages" | ||
,"uid","pid","title" | ||
,1,0,"" | ||
"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","",0,0,0,0,0,0 | ||
,3,1,"","",0,0,202,1,0,0 | ||
,"uid","pid","colPos","CType","tx_container_parent","header" | ||
,1,1,0,"b13-2cols-with-header-container",0,"container" | ||
,3,1,202,"header",1,"content-element" |
10 changes: 5 additions & 5 deletions
10
...tDefender/Fixtures/Maxitems/cannot_create_element_in_container_if_maxitems_is_reached.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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
"pages" | ||
,"uid","pid" | ||
,1,0 | ||
,"uid","pid","title" | ||
,1,0,"page-1" | ||
"tt_content" | ||
,"uid","pid","colPos","CType","tx_container_parent" | ||
,1,1,0,"b13-2cols-with-header-container", | ||
,3,1,202,,1 | ||
,"uid","pid","colPos","CType","tx_container_parent","header" | ||
,1,1,0,"b13-2cols-with-header-container",0,"container" | ||
,3,1,202,"header",1,"content-element" |
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