Project

General

Profile

Actions

Bug #23401

closed

Flexform sections cannot be deleted in frontend editing

Added by Jeff Segars over 13 years ago. Updated about 10 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2010-08-18
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
4.4
PHP Version:
4.3
Tags:
Complexity:
Is Regression:
No
Sprint Focus:

Description

When using feedit or feeditadvanced, flexform sections cannot be deleted.

In t3lib_tceforms->getSingleField_typeFlex_draw(), a special hidden form field is created to pass along the name of the element being deleted. In a backend context, itemFormElName is data. In a frontend context, its TSFE_EDIT[data].

$actionFieldName = '_ACTION_FLEX_FORM'.$PA['itemFormElName'].$s0.'][_ACTION]['.$s1;

In t3lib_tcemain->checkValueFlex(), the check is hardcoded to rely on the backend version.

$actionCMDs = t3lib_div::_GP('_ACTION_FLEX_FORMdata');

The "data" portion should not be hardcoded and the t3lib_tcemain should not read directly from the GET/POST data.

(issue imported from #M15496)

Actions #1

Updated by Alexander Opitz over 10 years ago

  • Status changed from New to Needs Feedback
  • Target version deleted (0)
  • TYPO3 Version set to 4.4
  • Is Regression set to No

Hi,

as this issue is very old. Does the problem still exists within newer versions of TYPO3 CMS (4.5 or 6.1)?

Actions #2

Updated by Alexander Opitz about 10 years ago

  • Status changed from Needs Feedback to Closed

No feedback within the last 90 days => closing this ticket.

If you think that this is the wrong decision or experience this issue again, then please write to the mailing list typo3.teams.bugs with issue number and an explanation or open a new ticket and add a relation to this ticket number.

Actions

Also available in: Atom PDF