Legend:
- Unmodified
- Added
- Removed
-
ChapterX.Application/Collaboration/Commands/UpdateHandler.cs
ra6e33d1 re882b92 22 22 return new UpdateResponse(false); 23 23 24 // No updatable fields on Collaboration entity 24 collaboration.Role = request.Role; 25 collaboration.PermissionLevel = request.PermissionLevel; 25 26 26 27 await _collaborationRepository.UpdateAsync(collaboration, cancellationToken);
Note:
See TracChangeset
for help on using the changeset viewer.
