Bug #20819
Frontend Editing does not work with an iframe
| Status: | Closed | Start date: | 2009-08-02 | |
|---|---|---|---|---|
| Priority: | Should have | Due date: | ||
| Assignee: | Benjamin Mack | % Done: | 0% |
|
| Category: | - | |||
| Target version: | - | |||
| TYPO3 Version: | 4.3 | Complexity: | ||
| PHP Version: | 4.3 | |||
| Votes: | 0 |
Description
As for 4.3 we want to use an iframe in a lightbox for editing the values. In the past, it was enough to submit the form with all the data via HTTP POST, however with the iframe it is more practiable to just use the GET parameters as well, thus it makes sense to modify the input parameter from _POST only to _GP.
(issue imported from #M11628)