Revize 82dede50
Přidáno uživatelem Vojtěch Bartička před téměř 3 roky(ů)
Backend/Core/Services/AnnotationService/AnnotationServiceEF.cs | ||
---|---|---|
281 | 281 |
} |
282 | 282 |
} |
283 | 283 |
|
284 |
AnnotationTag annotationTag = new() |
|
285 |
{ |
|
286 |
Id = Guid.NewGuid(), |
|
287 |
Annotation = annotation, |
|
288 |
Instance = request.InstanceId == null ? Guid.NewGuid() : request.InstanceId.Value, |
|
289 |
Length = request.Length, |
|
290 |
Position = request.Position, |
|
291 |
SelectedText = request.SelectedText, |
|
292 |
Note = "" |
|
293 |
}; |
|
294 |
|
|
295 | 284 |
if (annotation.State == EState.NEW) |
285 |
{ |
|
296 | 286 |
annotation.State = EState.IN_PROGRESS; |
297 | 287 |
} |
298 | 288 |
|
Také k dispozici: Unified diff
Fixed issue from stash merge