Bug #12225
closedTopbarSweeper should invalidate on plugin installation/removal
Description
Users (and devs apparently) forget to log-out missing items in the main menu :)
Updated by The Foreman Bot about 9 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/2849 added
- Pull request deleted (
)
Updated by Dominic Cleal almost 9 years ago
- Related to Feature #14670: Inform somewhere that after adding plugin user should logout/login to see it in WebUI added
Updated by Dominic Cleal over 8 years ago
- Category changed from Web Interface to Plugin integration
- Status changed from Ready For Testing to New
- Assignee deleted (
Lukas Zapletal)
PR closed.
Updated by Lukas Zapletal over 8 years ago
- Status changed from New to Rejected
Since we upgraded to Rails 4.x this patch is no longer necessary and it just works. Compare
http://edgeguides.rubyonrails.org/caching_with_rails.html#fragment-caching
with
http://guides.rubyonrails.org/v3.2/caching_with_rails.html#fragment-caching
(search for md5)
Updated by Dominic Cleal over 8 years ago
- Status changed from Rejected to New
Re-opening as the issue is still present, tested on current develop. As per my comment at https://github.com/theforeman/foreman/pull/2849#issuecomment-217127785, the view fragment isn't changed when installing/uninstalling plugins, so the cache wouldn't get invalidated by the new mechanism in Rails 4. The digest is disabled in any case.
Updated by The Foreman Bot over 8 years ago
- Status changed from New to Ready For Testing
- Assignee set to Lukas Zapletal
- Pull request https://github.com/theforeman/foreman/pull/3496 added
Updated by The Foreman Bot over 8 years ago
- Pull request https://github.com/theforeman/foreman/pull/3517 added
Updated by Lukas Zapletal over 8 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset c3e0fed15667ef934a96c9eafddf7c094d56eab7.
Updated by Dominic Cleal over 8 years ago
- Related to Bug #15040: Could not find table 'users' during db:migrate added
Updated by Dominic Cleal over 8 years ago
- Translation missing: en.field_release set to 136
Updated by Dominic Cleal over 8 years ago
- Related to Bug #10802: relation "users" does not exist present when migrating added