Index: vhUnitTest/Res/Perfion/Synchroniser/PerfionRepository/Test.cls.xml =================================================================== diff -u -r62982 -r63547 --- vhUnitTest/Res/Perfion/Synchroniser/PerfionRepository/Test.cls.xml (.../Test.cls.xml) (revision 62982) +++ vhUnitTest/Res/Perfion/Synchroniser/PerfionRepository/Test.cls.xml (.../Test.cls.xml) (revision 63547) @@ -5,7 +5,7 @@ @@ -169,7 +169,7 @@ #dim ID As %String = Groep_"||"_Sleutel_"||"_Type_"||"_Taal If (..PerfionRepository.BestaatViaSleutel(ID)) { Do ..PerfionRepository.VerwijderViaSleutel(ID) - } + } Do ..VertalingRepository.WijzigOfMaakVertaling(Groep,Sleutel,Type,Taal,Vertaling) } } @@ -180,8 +180,6 @@ 1 TT ALG " - } Else { Do ..Logger.Info("Query zonder groep") - Quit " "_""_Groep_""_" " + Quit " TT ALG " + } Else { + Do ..Logger.Info("Query met groep: "_Groep) + Quit " "_""_Groep_""_" " } ;Quit " " ]]> Index: Res/Perfion/Synchroniser/VertalingenParser.cls.xml =================================================================== diff -u -r62933 -r63547 --- Res/Perfion/Synchroniser/VertalingenParser.cls.xml (.../VertalingenParser.cls.xml) (revision 62933) +++ Res/Perfion/Synchroniser/VertalingenParser.cls.xml (.../VertalingenParser.cls.xml) (revision 63547) @@ -85,7 +85,7 @@ Set:(localname = "") ..Dto.Sleutel = ..LastValue if ##class(TECH.StringUtils).StartsWith(localname,"Vertaling"){ #dim Taal as %String = ##class(TECH.StringUtils).Replace(localname,"Vertaling","") - if (##class(TECH.StringUtils).Equals(Taal,"DA","DE","EN","ES","FR","IT","NL","NO")){ + if (##class(TECH.StringUtils).Equals(Taal,"DA","DE","EN","ES","FR","IT","NL","NO","FI")){ Do ..Dto.Vertalingen.SetAt(..LastValue,Taal) } } Index: Res/Perfion/Synchroniser/PerfionRepository.cls.xml =================================================================== diff -u -r63510 -r63547 --- Res/Perfion/Synchroniser/PerfionRepository.cls.xml (.../PerfionRepository.cls.xml) (revision 63510) +++ Res/Perfion/Synchroniser/PerfionRepository.cls.xml (.../PerfionRepository.cls.xml) (revision 63547) @@ -43,10 +43,10 @@ @@ -56,7 +56,7 @@ %Boolean