mirror of
https://github.com/DependencyTrack/dependency-track.git
synced 2025-10-19 16:03:19 +00:00
Ensure project.supplier
can be PATCH
ed
Signed-off-by: nscuro <nscuro@protonmail.com>
This commit is contained in:
parent
91c1040f77
commit
609c4f8092
5 changed files with 81 additions and 35 deletions
|
@ -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());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue