This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository echobase. See https://gitlab.nuiton.org/codelutin/echobase.git commit 3653682fc7ab9133fb22c3857199bf1f4160f811 Author: Jean Couteau <jean.couteau@gmail.com> Date: Tue Mar 6 14:57:27 2018 +0100 fixes #9736: Il n'y a que des données associées au SaCategory "D4" dans l'export acoustic Uses voyageName:echotype as vocabulary key instead of voyageCode:echotype --- .../echobase/services/service/atlantos/xml/XmlAccousticExport.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/echobase-services/src/main/java/fr/ifremer/echobase/services/service/atlantos/xml/XmlAccousticExport.java b/echobase-services/src/main/java/fr/ifremer/echobase/services/service/atlantos/xml/XmlAccousticExport.java index afeb6213..7d549567 100644 --- a/echobase-services/src/main/java/fr/ifremer/echobase/services/service/atlantos/xml/XmlAccousticExport.java +++ b/echobase-services/src/main/java/fr/ifremer/echobase/services/service/atlantos/xml/XmlAccousticExport.java @@ -466,7 +466,7 @@ public class XmlAccousticExport implements EchoBaseService { xml.open("Data"); xml.create("SaCategory", - "IDREF", vocabulary.getVocabularyCode(voyage.getCode() + ":" + result.getCategory().getEchotype().getName(),"AC_SaCategory_D4")); + "IDREF", vocabulary.getVocabularyCode(voyage.getName() + ":" + result.getCategory().getEchotype().getName(),"AC_SaCategory_D4")); xml.create("Type", "IDREF", vocabulary.getVocabularyCode("AC_AcousticDataType_C")); xml.create("Unit", -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.