Skip to content

Commit

Permalink
[BUGFIX] Use addToList for TCEFORM.tt_content.list_type.removeItems
Browse files Browse the repository at this point in the history
Related: #85
  • Loading branch information
extcode committed Feb 19, 2024
1 parent 267250d commit df628ce
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Configuration/TSconfig/ContentElementWizard.tsconfig
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[traverse(page, "doktype") == 186]
TCEFORM.tt_content.list_type {
removeItems = cartevents_events, cartevents_eventdates
removeItems := addToList(cartevents_events, cartevents_eventdates)
}
[ELSE]
TCEFORM.tt_content.list_type {
removeItems = cartevents_singleevent
removeItems := addToList(cartevents_singleevent)
}

mod.wizards.newContentElement.wizardItems.plugins {
Expand Down
2 changes: 1 addition & 1 deletion ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
'description' => 'Shopping Cart(s) for TYPO3 - Event Extension',
'category' => 'plugin',
'shy' => false,
'version' => '4.1.1',
'version' => '4.1.2',
'dependencies' => '',
'conflicts' => '',
'priority' => '',
Expand Down

0 comments on commit df628ce

Please sign in to comment.