-
- Downloads
Do not persist notes filter when auto-switching
Send a `persist_filter: false` param to backend when opening links to notes and auto-switching to show all notes
Showing
- app/assets/javascripts/notes/components/discussion_filter.vue 7 additions, 3 deletions...assets/javascripts/notes/components/discussion_filter.vue
- app/assets/javascripts/notes/services/notes_service.js 5 additions, 2 deletionsapp/assets/javascripts/notes/services/notes_service.js
- app/assets/javascripts/notes/stores/actions.js 4 additions, 4 deletionsapp/assets/javascripts/notes/stores/actions.js
- app/controllers/concerns/issuable_actions.rb 2 additions, 1 deletionapp/controllers/concerns/issuable_actions.rb
- changelogs/unreleased/61445-prevent-persisting-auto-switch-discussion-filter.yml 6 additions, 0 deletions...1445-prevent-persisting-auto-switch-discussion-filter.yml
- spec/features/user_opens_link_to_comment_spec.rb 5 additions, 0 deletionsspec/features/user_opens_link_to_comment_spec.rb
- spec/javascripts/notes/stores/actions_spec.js 27 additions, 0 deletionsspec/javascripts/notes/stores/actions_spec.js
- spec/support/shared_examples/controllers/issuable_notes_filter_shared_examples.rb 9 additions, 1 deletion...ples/controllers/issuable_notes_filter_shared_examples.rb
Please register or sign in to comment