Bug #87738
closedAction URI of tx_form_formframework not correct if form is used in extension as content element
0%
Description
Steps to reproduce:
- add news extension
- add news content element and add form (f. e. contat form) plugin to this news via content elements
Expected result:
- in detail view of news element show form (f. e. contat form)
- action uri should be /news/titel-des-beitrages?tx_form_formframework%5Baction%5D=perform&tx_form_formframework%5Bcontroller%5D=FormFrontend&cHash=fc7316ffec2741927bb5aa601ef0203f#kontaktformular-2026
Actual result:
- in detail view of news element show form (f. e. contat form)
- in action uri part of news detail view is missing: /news?tx_form_formframework%5Baction%5D=perform&tx_form_formframework%5Bcontroller%5D=FormFrontend&cHash=fc7316ffec2741927bb5aa601ef0203f#kontaktformular-2026
So form can not be submitted.
Martin