Skip to content
Snippets Groups Projects
Commit 8f094531 authored by Robert Speicher's avatar Robert Speicher
Browse files

Merge branch 'anti-memoizer-mr-fix' into 'master'

Reset merge request widget options

Fixes #14986 

See merge request !3582
parents 936be025 b471c76b
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -15,6 +15,8 @@ class @MergeRequestWidget
@pollCIStatus()
notifyPermissions()
 
setOpts: (@opts) ->
mergeInProgress: (deleteSourceBranch = false)->
$.ajax
type: 'GET'
Loading
Loading
@@ -48,7 +50,7 @@ class @MergeRequestWidget
@getCIStatus(true)
 
@readyForCICheck = false
), 5000
), 10000
 
getCIStatus: (showNotification) ->
_this = @
Loading
Loading
@@ -61,6 +63,10 @@ class @MergeRequestWidget
@firstCICheck = false
@opts.ci_status = data.status
 
if @opts.ci_status is ''
@opts.ci_status = data.status
return
if data.status isnt @opts.ci_status
@showCIStatus data.status
if data.coverage
Loading
Loading
Loading
Loading
@@ -22,4 +22,6 @@
 
if(typeof merge_request_widget === 'undefined') {
merge_request_widget = new MergeRequestWidget(opts);
} else {
merge_request_widget.setOpts(opts);
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment