Project

General

Profile

Actions

Bug #87738

closed

Action URI of tx_form_formframework not correct if form is used in extension as content element

Added by Martin Weymayer about 5 years ago. Updated about 5 years ago.

Status:
Closed
Priority:
Must have
Assignee:
-
Category:
Form Framework
Target version:
-
Start date:
2019-02-19
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
9
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:

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

Actions #1

Updated by Martin Weymayer about 5 years ago

sorry - found solution - just set addQueryString -> true in baseSetup.yaml:
addQueryString: true

Actions #2

Updated by Björn Jacob about 5 years ago

  • Status changed from New to Closed

As far as I can see the author of the issue has solved the problem. Thus, I am closing the issue. If you think this is the wrong decision, please re-open the issue or create a new one.

Actions

Also available in: Atom PDF