Marcus Gesing
Marcus Gesing
In addition, the product import should be enhanced to import assignments to specification attributes.
Examples: it incorrectly generates FileItemInfoSingle instead of IEnumerable as return value for GET /MediaFiles/GetFilesByIds(Ids=[1,2,3]) and it often uses the wrong HTTP method (GET instead of POST) which will result in...
It looks like OData Connected Service relies strictly on the metadata and cannot handle multiple return types per class. If possible, as many ODataQueryOptions as possible should be considered and...
The uploader wants to upload a new file when clicking the file name, instead of downloading the existing file. Also, unlike before, it is not clear what exactly the click...