Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
services
t3o sites
extensions.typo3.org
extensions.typo3.org
Commits
6d4cc93c
Commit
6d4cc93c
authored
Jul 20, 2017
by
Jens Jacobsen
Browse files
Add todo to location that needs to be reviewed
parent
b2e72a26
Pipeline
#1726
passed with stages
in 4 minutes and 8 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
html/typo3conf/ext/ter_fe2/Classes/Object/ObjectBuilder.php
View file @
6d4cc93c
...
...
@@ -103,6 +103,7 @@ class ObjectBuilder implements \TYPO3\CMS\Core\SingletonInterface
foreach
(
$attributes
as
$key
=>
$value
)
{
$propertyName
=
\
TYPO3\CMS\Core\Utility\GeneralUtility
::
underscoredToLowerCamelCase
(
$key
);
$protertyInfo
=
$classSchema
->
getProperty
(
$propertyName
);
// @todo: needs to be reviewed, could be an issue due to namespace related changes
if
(
empty
(
$protertyInfo
)
||
stripos
(
$protertyInfo
[
'type'
],
'Tx_'
)
===
0
)
{
continue
;
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment