Actions
Bug #43139
closedActivating NULL value field does not work with blank string
Start date:
2012-11-20
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.0
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Activating a field that supports NULL values and just using a blank string ("") does not work.
The problem is a strcmp() call that returns a false-positive on comparing NULL to blank strings.
Updated by Gerrit Code Review about 12 years ago
- Status changed from New to Under Review
Patch set 1 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/16599
Updated by Gerrit Code Review about 12 years ago
Patch set 2 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/16599
Updated by Oliver Hader about 12 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 125bdf9e97e1a958b66dc93ae40a5760079cdf24.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed
Actions