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
.update(...)
.items
A update call of the API adds the updated item again in to the .items array.
The text was updated successfully, but these errors were encountered:
.update
5247127
Issue was not in .update method, it was in .get. The gets method is called on every HTTP API request:
.get
backend/system/component/common.js
Line 153 in 50e143f
Sorry, something went wrong.
No branches or pull requests
A update call of the API adds the updated item again in to the
.items
array.The text was updated successfully, but these errors were encountered: