Fix task and shift self-assignment features
This commit is contained in:
@@ -12,5 +12,6 @@ public record TaskListItemDto(
|
||||
string Title,
|
||||
string Status,
|
||||
Guid? AssigneeId,
|
||||
DateTimeOffset CreatedAt
|
||||
DateTimeOffset CreatedAt,
|
||||
bool IsAssignedToMe
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user