Refactor: 매니저 권한 변경 허용
This commit is contained in:
parent
28df0a65db
commit
9cd41b76eb
@ -144,7 +144,7 @@ public class ProjectService {
|
||||
participantRepository.save(participant);
|
||||
}
|
||||
|
||||
@CheckPrivilege(PrivilegeType.ADMIN)
|
||||
@CheckPrivilege(PrivilegeType.MANAGER)
|
||||
public void changeProjectMember(final Integer projectId, final ParticipantRequest participantRequest) {
|
||||
checkNotAdminParticipant(participantRequest.getMemberId(), projectId);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user