Actions
Bug #43076
closedImage width changes to 999 after saving
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.
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;
Updated by Patrick Broens about 12 years ago
- Status changed from New to Closed
Closed because of specific user settings
Actions