Tony CHEMIT pushed to branch develop at ultreiaio / ird-observe
Commits:
-
7cb93827
by Tony CHEMIT at 2018-10-06T16:34:10Z
1 changed file:
Changes:
| ... | ... | @@ -753,7 +753,7 @@ public class DecoratorService extends DecoratorProvider { |
| 753 | 753 |
@Override
|
| 754 | 754 |
public void initSpeciesDto() {
|
| 755 | 755 |
registerDecorator(new SpeciesDecorator());
|
| 756 |
- registerReferentialReferenceDecorator(SpeciesReference.class, "${faoCode}$s##${scientificLabel}$s");
|
|
| 756 |
+ registerReferentialReferenceDecorator(SpeciesReference.class, "${faoCode}$s##${scientificLabel}$s##${label}$s");
|
|
| 757 | 757 |
}
|
| 758 | 758 |
|
| 759 | 759 |
@Override
|