Skip to content

Commit

Permalink
[BUGFIX] Fixed TypoScript for "Insert Record" event rendering
Browse files Browse the repository at this point in the history
Refs #1180
  • Loading branch information
derhansen committed Dec 7, 2023
1 parent e4837c5 commit c72fc0a
Showing 1 changed file with 5 additions and 13 deletions.
18 changes: 5 additions & 13 deletions Configuration/TypoScript/setup.typoscript
Original file line number Diff line number Diff line change
Expand Up @@ -225,20 +225,12 @@ module.tx_sfeventmgt {
tt_content.shortcut.20.tables := addToList(tx_sfeventmgt_domain_model_event)
tt_content.shortcut.20.conf.tx_sfeventmgt_domain_model_event = USER
tt_content.shortcut.20.conf.tx_sfeventmgt_domain_model_event {
userFunc = TYPO3\CMS\Extbase\Core\Bootstrap->run
extensionName = SfEventMgt
pluginName = Pievent
vendorName = DERHANSEN
controller = Event
action = detail
switchableControllerActions {
Event {
1 = detail
}
}
userFunc = TYPO3\CMS\Extbase\Core\Bootstrap->run
extensionName = SfEventMgt
pluginName = Pieventdetail

settings =< plugin.tx_sfeventmgt.settings
settings.detail.isShortcut = 1
settings =< plugin.tx_sfeventmgt.settings
settings.detail.isShortcut = 1
}

# For fluid_styled_content
Expand Down

0 comments on commit c72fc0a

Please sign in to comment.