Skip to content
Snippets Groups Projects

Fixes ajax requests when current URL has a trailing slash

Merged username-removed-408881 requested to merge 27756-fix-json-404-response into master
1 unresolved thread

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • 801 801 expect(auto_discovery_params).to include('assignee_id' => [user.id.to_s])
    802 802 end
    803 803 end
    804
    805 context 'URL has a trailing slash' do
    806 before do
    807 visit "#{namespace_project_issues_path(project.namespace, project)}/"
    808 end
    809
    810 it 'milestone dropdown loads milestones' do
    811 input_filtered_search("milestone:", submit: false)
    812 sleep 1
  • added 1 commit

    Compare with previous version

  • It passed, thanks @alfredo1 :cake:

  • mentioned in commit 6d971201

  • Picked into 8-16-stable, will go into 8.16.6.

  • changed milestone to %8.17

  • Picked into 8-17-stable, will go into 8.17.0 RC3

  • James Lopez removed ~149423 label

    removed ~149423 label

  • Please register or sign in to reply
    Loading