Skip to content

Commit

Permalink
[TASK] Enable new extbase argument mapping fallbacks
Browse files Browse the repository at this point in the history
Closes #1294
  • Loading branch information
derhansen committed Oct 20, 2024
1 parent af57ef3 commit 3772ba6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Configuration/TypoScript/setup.typoscript
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@
# FE-Plugin configuration for EXT:sf_event_mgt
#==============================================
plugin.tx_sfeventmgt {
mvc.callDefaultActionIfActionCantBeResolved = 1
mvc {
callDefaultActionIfActionCantBeResolved = 1
showPageNotFoundIfTargetNotFoundException = 1
showPageNotFoundIfRequiredArgumentIsMissingException = 1
}
persistence.updateReferenceIndex = 1
view {
templateRootPaths {
Expand Down

0 comments on commit 3772ba6

Please sign in to comment.