small bug?
You need to be logged in to post messages in the forums. New users may register here.
|
Luca Realdi
Member since: 29 April 2010
Posts: 2
|
Monday 21 March 2011 4:01:20 pm
Hi Gilles!
I think I discovered a small bug in your ezfSolrDocumentFieldObjectRelation class on line 268
$finalValue = $this->preProcessValue( $field->ContentObjectAttribute->metaData(),
parent::getClassAttributeType( $tmpClassAttribute ) );
//instead of
$finalValue = $this->preProcessValue( $field->ContentObjectAttribute->metaData(),
parent::getClassAttributeType( $contentClassAttribute ) );
What do you think?
The solution to all the problems of the world? Clear the cache!
|
|
|
gilles guirand
Member since: 07 March 2007
Posts: 4
|
Monday 21 March 2011 6:07:24 pm
You must be right, it makes sense.
I have many other bugs to correct, and also upgrade & test on eZ 4.4...
Just need time.
|
|
You need to be logged in to post messages in the forums. New users may register here.