resolve and test tagprovider and fileprovider ...
This commit is contained in:
@@ -413,9 +413,9 @@ namespace xFileService.Controllers
|
|||||||
/// <param name="ids"></param>
|
/// <param name="ids"></param>
|
||||||
/// <returns></returns>
|
/// <returns></returns>
|
||||||
/// [HttpDelete("Remove")]
|
/// [HttpDelete("Remove")]
|
||||||
[HttpDelete("")]
|
[HttpDelete("{id}")]
|
||||||
public virtual async Task<ActionResult<IEnumerable<Guid>>> Remove(
|
public virtual async Task<ActionResult<IEnumerable<Guid>>> Remove(
|
||||||
[FromQuery] string ids
|
[FromRoute] string ids
|
||||||
) {
|
) {
|
||||||
//
|
//
|
||||||
// Do ...
|
// Do ...
|
||||||
|
|||||||
@@ -155,6 +155,10 @@ namespace xFileService.Providers
|
|||||||
{
|
{
|
||||||
result.Items = await ToDtoList(queryResult.Items);
|
result.Items = await ToDtoList(queryResult.Items);
|
||||||
}
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
result.Items = new List<XFileDto>();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
//
|
//
|
||||||
|
|||||||
Reference in New Issue
Block a user