BigW Consortium Gitlab

Commit 6ea35f98 by Alfredo Sumaran

Merge branch 'mr-new-page-changing-url' into 'master'

Stop new merge request page tabs updating the URL Closes #30419 See merge request !10471
parents 30c88499 d0821ae6
......@@ -53,5 +53,6 @@
:javascript
var merge_request = new MergeRequest({
action: "#{(@show_changes_tab ? 'new/diffs' : 'new')}"
action: "#{(@show_changes_tab ? 'new/diffs' : 'new')}",
setUrl: false,
});
---
title: Fixed tabs on new merge request page causing incorrect URLs
merge_request:
author:
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment