chg: [export:textExport] Filter out deplicated values

Fix #6603 for attribute scope
pull/6605/head
mokaddem 2020-11-17 12:09:45 +01:00
parent ffa0ab54f9
commit 8c87998981
No known key found for this signature in database
GPG Key ID: 164C473F627A06FA
1 changed files with 2 additions and 1 deletions

View File

@ -3,7 +3,8 @@
class TextExport
{
public $additional_params = array(
'flatten' => 1
'flatten' => 1,
'group' => 'Attribute.value'
);
public function handler($data, $options = array())