We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
when calling api.content.create omitting the id the parameter, a random id is first created:
api.content.create
id
plone.api/src/plone/api/content.py
Line 82 in d2bf668
Line 122 in d2bf668
Line 130 in d2bf668
I do not see any reason why the final id is not computed immediately saving the rename operation
The text was updated successfully, but these errors were encountered:
Well we need the content object to actually compute the new_id. Checking anyway if this can be improved.
content
Sorry, something went wrong.
No branches or pull requests
when calling
api.content.create
omitting theid
the parameter, a random id is first created:plone.api/src/plone/api/content.py
Line 82 in d2bf668
Then a new id is computed:
plone.api/src/plone/api/content.py
Line 122 in d2bf668
and the object is renamed:
plone.api/src/plone/api/content.py
Line 130 in d2bf668
I do not see any reason why the final id is not computed immediately saving the rename operation
The text was updated successfully, but these errors were encountered: