securis/src/main/java/net/curisit/securis/services/ApplicationResource.java
.. .. @@ -161,6 +161,7 @@ 161 161 return Response.status(Status.NOT_FOUND).header(DefaultExceptionHandler.ERROR_MESSAGE_HEADER, "Application not found with ID: " + appid) 162 162 .build(); 163 163 } 164 + currentapp.setCode(app.getCode());164 165 currentapp.setName(app.getName()); 165 166 currentapp.setLicenseFilename(app.getLicenseFilename()); 166 167 currentapp.setDescription(app.getDescription());