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

Add a Refresh context menu #317

Merged
merged 1 commit into from Jun 17, 2019
Merged

Conversation

dagwieers
Copy link
Collaborator

The original implementation was very invasive and touched almost every
API to pass a parameter use_cache so the specific cache would be
invalidated.

This is easier but as effective.

This fixes #302

@dagwieers dagwieers added the enhancement New feature or request label Jun 16, 2019
@dagwieers dagwieers added this to the v2.0.0 milestone Jun 16, 2019
The original implementation was very invasive and touched almost every
API to pass a parameter `use_cache` so the specific cache would be
invalidated.

This is easier but as effective, we have a small list of actions with
known caches, and we simply reuse the existing params to refresh the
specific cache and then refresh the container.
@dagwieers dagwieers merged commit e0e6de5 into add-ons:master Jun 17, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add a "Refresh' context menu
1 participant