Skip to content
New issue

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

Optimize deleteItems() in ExtJS controller #694

Closed
nos3 opened this issue Jul 18, 2014 · 1 comment
Closed

Optimize deleteItems() in ExtJS controller #694

nos3 opened this issue Jul 18, 2014 · 1 comment
Assignees

Comments

@nos3
Copy link
Contributor

nos3 commented Jul 18, 2014

The ExtJS controller for attributes, media, price, product and text implemenet their own deleteItems() method. This method uses getItem() and deleteItem() to fetch and delete records. Instead, searchItems() and deleteItems() of the appropriate managers should be used to speed up deletion of the records.

@nos3 nos3 self-assigned this Jul 21, 2014
@nos3
Copy link
Contributor Author

nos3 commented Jul 22, 2014

Changed in PR #706

@nos3 nos3 closed this as completed Jul 22, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant