Project

General

Profile

Actions

Bug #68553

closed

duplicated fields in TABLE content element

Added by Riccardo De Contardi over 8 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
Must have
Category:
Backend User Interface
Target version:
Start date:
2015-07-27
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
7
PHP Version:
5.5
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Stabilization Sprint

Description

Steps to reproduce (TYPO3 7.4-dev, latest master)

1. in TS template, include: css_styled_content
2. disable the extension "compatibility6"
3. create a new content element, type:table

Results:
"table" tab > there are the fields "Backgr. Color", "border", "cellspacing", "cellpadding"
"appereance" tab > there are the fields. "background color", "Border Size (px)", "cellspacing (px)", "cellpadding (px)"


Related issues 2 (0 open2 closed)

Related to TYPO3 Core - Bug #68104: Field "layout" is duplicated for ctype "table"ClosedGeorg Ringer2015-07-14

Actions
Related to TYPO3 Core - Bug #67075: Table content - options not savedClosed2015-05-21

Actions
Actions #1

Updated by Markus Klein over 8 years ago

  • Assignee set to Patrick Broens
  • Priority changed from Should have to Must have
  • Target version set to 7.4 (Backend)
  • Sprint Focus set to Stabilization Sprint

css_styled_content/Configuration/TCA/Overrides/tt_content.php

    --div--;LLL:EXT:frontend/Resources/Private/Language/locallang_ttc.xlf:CType.I.5,
        --palette--;;10,
        cols,
        bodytext,
        pi_flexform,
    --div--;LLL:EXT:frontend/Resources/Private/Language/locallang_ttc.xlf:tabs.appearance,
        --palette--;LLL:EXT:frontend/Resources/Private/Language/locallang_ttc.xlf:palette.frames;frames,
        --palette--;LLL:EXT:frontend/Resources/Private/Language/locallang_ttc.xlf:palette.table_layout;tablelayout,

--palette--;;10, and --palette--;LLL:EXT:frontend/Resources/Private/Language/locallang_ttc.xlf:palette.table_layout;tablelayout,
are the same

Actions #2

Updated by Riccardo De Contardi over 8 years ago

As Markus pointed out, this is a css_styled_content issue; my additional question (maybe silly): I see that the labels are different: "Backgr. Color" vs. "Background color", etc....
there might be also an issue about "redundant" labels?

Actions #3

Updated by Gerrit Code Review over 8 years ago

  • Status changed from New to Under Review

Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/42035

Actions #4

Updated by Georg Ringer over 8 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #5

Updated by Riccardo De Contardi over 6 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF