Bulk is out Batch is in
This commit is contained in:
@@ -191,7 +191,7 @@ namespace AyaNova.Api.Controllers
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// Bulk DELETE list of object id's specified
|
||||
/// Batch DELETE list of object id's specified
|
||||
/// </summary>
|
||||
/// <param name="dataListSelection"></param>
|
||||
/// <returns>Job Id</returns>
|
||||
@@ -215,7 +215,7 @@ namespace AyaNova.Api.Controllers
|
||||
if (dataListSelection.SelectedRowIds.Length == 0)
|
||||
return BadRequest(new ApiErrorResponse(ApiErrorCode.VALIDATION_REQUIRED, null, "List of ids"));
|
||||
|
||||
var JobName = $"LT:BatchOperation: DELETE on {dataListSelection.ObjectType} ({dataListSelection.SelectedRowIds.LongLength} specified)";
|
||||
var JobName = $"LT:BatchDeleteJob - LT:{dataListSelection.ObjectType} ({dataListSelection.SelectedRowIds.LongLength})";
|
||||
JObject o = JObject.FromObject(new
|
||||
{
|
||||
idList = dataListSelection.SelectedRowIds
|
||||
|
||||
Reference in New Issue
Block a user