Index: CSC ConfiguratorService.prj.xml =================================================================== diff -u -r2022 -r2046 --- CSC ConfiguratorService.prj.xml (.../CSC ConfiguratorService.prj.xml) (revision 2022) +++ CSC ConfiguratorService.prj.xml (.../CSC ConfiguratorService.prj.xml) (revision 2046) @@ -1,6 +1,6 @@ - + @@ -41,6 +41,7 @@ + Index: APPS/VKP/Maatwerk/impl/DtoToPadVisitor.cls.xml =================================================================== diff -u -r2008 -r2046 --- APPS/VKP/Maatwerk/impl/DtoToPadVisitor.cls.xml (.../DtoToPadVisitor.cls.xml) (revision 2008) +++ APPS/VKP/Maatwerk/impl/DtoToPadVisitor.cls.xml (.../DtoToPadVisitor.cls.xml) (revision 2046) @@ -59,7 +59,7 @@ If ('$IsObject(Gebruiker)) { - Do ##class(TECH.ExceptionHandler).Throw(##class(TECH.Exceptions.InvalidInputException).%New("Gebruiker "_Pad.GebruikerData.ID_" opgegeven in het pad bestaat niet")) + Do ##class(TECH.ExceptionHandler).Throw(##class(TECH.Exceptions.InvalidInputException).%New("Gebruiker "_GebruikerID_" opgegeven in het pad bestaat niet")) } Quit ##class(APPS.VKP.Maatwerk.impl.PadenHelper).GeefGebruikerPaden(Gebruiker)