Skip to content

Commit

Permalink
EPMRPP-89198 organizations routing refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
grabsefx committed Feb 15, 2024
1 parent b21c0ba commit e94e598
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ public final class ProjectConverter {
ProjectResource projectResource = new ProjectResource();
projectResource.setProjectId(project.getId());
projectResource.setProjectName(project.getName());
projectResource.setProjectKey(project.getKey());
projectResource.setProjectSlug(project.getSlug());
projectResource.setOrganization(project.getOrganization().getName());
projectResource.setOrganizationSlug(project.getOrganization().getSlug());
projectResource.setOrganizationId(project.getOrganization().getId());
Expand Down

0 comments on commit e94e598

Please sign in to comment.