[TYPO3-core] [Errored] TYPO3/TYPO3.CMS#2405 (master - 7625461)
Travis CI
notifications at travis-ci.org
Tue Mar 4 17:17:14 CET 2014
Build Update for TYPO3/TYPO3.CMS
-------------------------------------
Build: #2405
Status: Errored
Duration: 4 minutes and 55 seconds
Commit: 7625461 (master)
Author: Xavier Perseguers
Message: [BUGFIX] Cannot use contain with multivalued static enumeration column
When a column is defined as a multivalued static enumeration:
'somecolumn' => array(
'exclude' => 0,
'label' => 'Some label',
'config' => array(
'type' => 'select',
'items' => array(
array('Option 1', 1),
array('Option 2', 2),
array('Option 3', 3),
array('Option 4', 4),
),
'size' => 4,
'maxitems' => 4,
'eval' => ''
),
),
it is not possible to query the domain model using operation "contains":
$value = 2;
$query->matching(
$query->contains('somecolumn', $value)
);
Releases: 6.2, 6.1
Fixes: #56205
Change-Id: If898db7f355ad931d1c8b55febc2f59f19b0f38b
Reviewed-on: https://review.typo3.org/27787
Reviewed-by: Alexander Opitz
Reviewed-by: Wouter Wolters
Reviewed-by: Stefan Froemken
Tested-by: Stefan Froemken
Reviewed-by: Markus Klein
Tested-by: Markus Klein
View the changeset: https://github.com/TYPO3/TYPO3.CMS/compare/8c12dd0f2e87...7625461f0245
View the full build log and details: https://travis-ci.org/TYPO3/TYPO3.CMS/builds/20064712
--
You can configure recipients for build notifications in your .travis.yml file. See http://about.travis-ci.org/docs/user/build-configuration
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.typo3.org/pipermail/typo3-team-core/attachments/20140304/bb63f29b/attachment.htm>
More information about the TYPO3-team-core
mailing list