Project

General

Profile

Actions

Bug #65140

closed

Configuring image orientaions in ts config removes Text/Pic in Wizard

Added by Dirk Koritnik about 9 years ago. Updated almost 9 years ago.

Status:
Closed
Priority:
Must have
Category:
-
Target version:
-
Start date:
2015-02-18
Due date:
% Done:

0%

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

Description

Removing the image orientation #17 in the tsconfig:

tt_content {
    imageorient {
        removeItems = 17
    }
}

removes the text/pic button in the content wizard.

Actions #1

Updated by Mathias Schreiber about 9 years ago

  • Status changed from New to Needs Feedback
  • Assignee set to Mathias Schreiber

Hi Dirk,

what happens if you use the correct syntax?


TCEFORM {
  tt_content {
    imageorient {
      removeItems = 17
      }
   }
}

Does it still get removed?

Actions #2

Updated by Dirk Koritnik about 9 years ago

Yes, of course. Thats the syntax i used.

Actions #3

Updated by Mathias Schreiber about 9 years ago

  • Status changed from Needs Feedback to Accepted

Can reproduce (got no clue why, though).

Current master is not affected

Actions #4

Updated by Frans Saris about 9 years ago

If I remember correct the removeItems only works for items set with showItems. By default showItems is empty (or * need to check that) what results in show all options. Removing an item results in no items at all as the item isn't in the showItems list.

Actions #5

Updated by Riccardo De Contardi almost 9 years ago

  • Status changed from Accepted to Closed

I am not able to reproduce both with 6.2.12 and 7 (current master) adding:

TCEFORM {
  tt_content {
    imageorient {
      removeItems = 0,1,2
      }
   }
}

So, I close this; 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