Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

EPMRPP-89420 implement organizations sort and filter #1929

Merged
merged 6 commits into from
Feb 27, 2024

Conversation

grabsefx
Copy link
Contributor

No description provided.

@grabsefx grabsefx requested a review from avarabyeu as a code owner February 27, 2024 11:40
@grabsefx grabsefx self-assigned this Feb 27, 2024

@Autowired
public CreateProjectHandlerImpl(PersonalProjectService personalProjectService,
ProjectRepository projectRepository, UserRepository userRepository,
AttributeRepository attributeRepository, IssueTypeRepository issueTypeRepository,
ApplicationEventPublisher applicationEventPublisher,
ProjectUserRepository projectUserRepository, OrganizationRepository organizationRepository) {
ProjectUserRepository projectUserRepository,
OrganizationRepositoryCustom organizationRepositoryCustom) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Usage of a Custom repository looks a little bit strange for me, can't we extend OrganizationRepositoryCustom from OrganizationRepository and use it as an interface? If we can't, then this is OK for me

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In this case we have to provide read-only access to the database. OrganizationRepository will open access to all CRUD operations

@grabsefx grabsefx merged commit ced3d1e into feature/orgs Feb 27, 2024
4 checks passed
@grabsefx grabsefx deleted the EPMRPP-89420 branch March 1, 2024 12:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants