rsanchez
2015-09-24 94c288b4f8d353c44b64e40c0863c7fce6782293
securis/src/main/java/net/curisit/securis/services/ApplicationResource.java
....@@ -161,6 +161,7 @@
161161 return Response.status(Status.NOT_FOUND).header(DefaultExceptionHandler.ERROR_MESSAGE_HEADER, "Application not found with ID: " + appid)
162162 .build();
163163 }
164
+ currentapp.setCode(app.getCode());
164165 currentapp.setName(app.getName());
165166 currentapp.setLicenseFilename(app.getLicenseFilename());
166167 currentapp.setDescription(app.getDescription());