Skip to content

Fix rebase in IE

Eric Eastwood requested to merge 3501-fix-rebase-in-ie into master

What does this MR do?

  • Fix rebase in IE
  • Switch to using Axios in EE MR widget utilities

Are there points in the code the reviewer needs to double check?


It looks like https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/12658 didn't actually solve https://gitlab.com/gitlab-org/gitlab-ce/issues/34534. vue-resource@1.3.4 still sends undefined in the POST body which in IE means it will literally send undefined that causes the BE to hiccup. This also means the other areas are still broken.

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Closes #3501 (closed)

Edited by Filipa Lacerda

Merge request reports