Search found 4 matches

by frame86
29 May 2017, 17:30
Forum: Help
Topic: Include related resources in Admin JSON-API
Replies: 7
Views: 3625

Re: Include related resources in Admin JSON-API

Ah thank you! I wasn't aware that TYPO3 was that dumb to need to go into a composer mode.

As you mentioned about large amount of data:
Wouldn't it be better if the relationship-field only contains the ids instead of the complete data?
by frame86
24 May 2017, 09:22
Forum: Help
Topic: Include related resources in Admin JSON-API
Replies: 7
Views: 3625

Re: Include related resources in Admin JSON-API

Have tried it but cannot get it running: The direct clone of https://github.com/aimeos/aimeos-typo3.git throws the exception: Class 'Aimeos\Bootstrap' not found If I do a composer update (clearing cache first): Class "\Aimeos\MShop\Common\Manager\Decorator\Sitecheck" not available As I sai...
by frame86
24 May 2017, 08:06
Forum: Help
Topic: Include related resources in Admin JSON-API
Replies: 7
Views: 3625

Re: Include related resources in Admin JSON-API

Thank you, but could you tell me which repository/commit I have to looking for? If I clone the aimeos/aimeos-typo3/master repository from github, I getting an older version than my installed one? (17.3.1-pre1 vs 17.4.0) I also tried the core only, but it seems also not compatible with the TYPO3-Wrap...
by frame86
23 May 2017, 17:37
Forum: Help
Topic: Include related resources in Admin JSON-API
Replies: 7
Views: 3625

Include related resources in Admin JSON-API

Hi, I have tried to work with the Admin JSON-API via TYPO3 as described in https://aimeos.org/docs/Developers/Admin/JSONAPI/Search_items. The query options page and sort are working well, but nothing happens if I set a value for include or using the fields filter. I want to get the prices with the p...