Ensure project.supplier can be PATCHed

Signed-off-by: nscuro <nscuro@protonmail.com>
This commit is contained in:
nscuro 2023-11-27 20:07:51 +01:00
parent 91c1040f77
commit 609c4f8092
No known key found for this signature in database
5 changed files with 81 additions and 35 deletions

View file

@ -553,6 +553,7 @@ final class ProjectQueryManager extends QueryManager implements IQueryManager {
final Project project = getObjectByUuid(Project.class, transientProject.getUuid());
project.setAuthor(transientProject.getAuthor());
project.setPublisher(transientProject.getPublisher());
project.setSupplier(transientProject.getSupplier());
project.setGroup(transientProject.getGroup());
project.setName(transientProject.getName());
project.setDescription(transientProject.getDescription());