awaiting-disposition-header-attachment-id
This commit is contained in:
@ -38,4 +38,10 @@ public class AwaitingDispoController : Controller, IAwaitingDispoController<IAct
|
||||
else
|
||||
return StatusCode(444);
|
||||
}
|
||||
|
||||
// this endpoint is used to clear the ReviewDate column, causing the header to show up again
|
||||
[HttpGet("/api/awaitingdispo/{toolTypeId}/header-attachment-id")]
|
||||
public IActionResult GetHeaderAttachmentID(int toolTypeId, [FromQuery] long headerid) =>
|
||||
Content(_MetrologyRepository.GetHeaderAttachmentID(toolTypeId, headerid).ToString());
|
||||
|
||||
}
|
Reference in New Issue
Block a user