Project

General

Profile

Actions

Bug #43076

closed

Image width changes to 999 after saving

Added by Katja Lampela about 12 years ago. Updated about 12 years ago.

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

0%

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

Description

Even though the maxW has been set to more than 1000 in constants, the image width equal or bigger than 1000 is not accepted in content element. It is changed to 999 after saving.

Actions #1

Updated by Katja Lampela about 12 years ago

Have to cancel this. It can be overridden in extTables.php with:
$TCA['tt_content']['columns']['imagewidth']['config']['range']['upper'] = 6000;

Actions #2

Updated by Patrick Broens about 12 years ago

  • Status changed from New to Closed

Closed because of specific user settings

Actions

Also available in: Atom PDF