WebApi.Backend: wrong return type mapping in GetSpecificationAttributeByIds

8 ヶ月 前
I hope this is the right place for bug reports concerning the WebApi?

Version:
WebApi.Backend 4.60.07

Problem:
The method WebApi.Backend->SpecificationAttributeController-> GetSpecificationAttributeByIds is mapped to the wrong return type CategoryDto (should be SpecificationAttributeDto).

Fix:
Line 40: CategoryDto -> SpecificationAttributeDto
Line 46: CategoryDto -> SpecificationAttributeDto

8 ヶ月 前
Hi. Thank you very much for your help, we have fixed the return type for the GetSpecificationAttributeByIds method. These fixes will be included in the next plugin release.