Revize 3ea0ef00
Přidáno uživatelem Vojtěch Bartička před téměř 3 roky(ů)
Backend/Core/Services/DocumentService/DocumentServiceEF.cs | ||
---|---|---|
186 | 186 |
{ |
187 | 187 |
var requiredAnnotationsItem = databaseContext.ConfigurationItems.Single(ci => ci.Key == Constants.Constants.RequiredAnnotationsKey); |
188 | 188 |
return int.Parse(requiredAnnotationsItem.Value); |
189 |
} |
|
190 |
|
|
189 | 191 |
public DocumentPreviewResponse GetDocumentPreview(Guid documentId) |
190 | 192 |
{ |
191 | 193 |
try |
Také k dispozici: Unified diff
Fixed a missed merge issue