fixed duplicate search attributes
This commit is contained in:
parent
d844152a0b
commit
ffa9f0bee1
|
@ -50,6 +50,8 @@ function getSelfServiceSearchAttributes($scope) {
|
||||||
$attributes = $m->getSelfServiceSearchAttributes();
|
$attributes = $m->getSelfServiceSearchAttributes();
|
||||||
$return = array_merge($return, $attributes);
|
$return = array_merge($return, $attributes);
|
||||||
}
|
}
|
||||||
|
$return = array_unique($return);
|
||||||
|
$return = array_values($return);
|
||||||
return $return;
|
return $return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue