Timo Stollenwerk
Timo Stollenwerk
@zopyx +1. I think plone.restapi should set the UID on POST and PATCH requests for migrations (and check for the "Manage portal" permission. Shouldn't be hard to implement...
FYI: Workaround if anybody is looking for it: https://community.plone.org/t/how-to-retain-uuid-when-migrating-content-type/6913
@alecpm LGTM. Thanks for the fix! Would it be possible to write a test for this or is this too much hassle? We have a testing profile where we could...
@tiberiuichim maybe a proper error message when the type info of a content object can not be looked up properly. A sample request would help a lot to figure out...
@tiberiuichim what about improving the error response of plone.restapi here? :) If experienced Plone devs have a hard time figuring out what happened here, newbies will be totally lost...
@boakley It seems upgrading to robotframework 3.0 causes a test failure: https://travis-ci.org/boakley/robotframework-hub/jobs/139698699 I guess we should fix that before we merge this pr.
This would be a great addition to the performance plugin! Any chance to get this merged and released?
@pgrunewald thanks for the bug report. We plan to work on this in the upcoming weeks for a client project. cc @jackahl @giuliaghisini.
@tiberiuichim not sure if I get this one. portal_tabs is already configurable: https://github.com/plone/plone.restapi/blob/8abf2055a5002f89505d7c17a20768f661806bde/src/plone/restapi/services/navigation/get.py#L188 What else would you like to be able to configure?
@tiberiuichim ok, got it. I guess this was more or less a conscious decision. I re-implemented the navigation tree algorithm multiple times in my career and I found it inefficient...