Skip to content

Commit

Permalink
eZObjectRelationList: Do not store content attribute in fetch call (#…
Browse files Browse the repository at this point in the history
…1455)

eZObjectRelationList: Do not store the content object attribute in the fetch call, because it clears the object's data_map, which means other content object attributes cannot access the data map.
  • Loading branch information
SerheyDolgushev authored May 12, 2020
1 parent c49eef9 commit d659392
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,6 @@ function fetchObjectAttributeHTTPInput( $http, $base, $contentObjectAttribute )
{
$content['relation_list'] = array();
$contentObjectAttribute->setContent( $content );
$contentObjectAttribute->store();
return true;
}
// Type is browse and we have no http input
Expand Down

0 comments on commit d659392

Please sign in to comment.