summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryce Johnson <bryce@gitlab.com>2017-04-24 20:45:34 -0400
committerBryce Johnson <bryce@gitlab.com>2017-04-25 11:09:14 -0400
commita4289905bb6cc7de9cde83e69b6c9ac22fcea82d (patch)
treedb5a34f32a31a38cfe8563676ad95c01f85a7c7e
parent402101beb197d75d996632754050b9a3f4347973 (diff)
downloadgitlab-ce-31155-pipeline-action-button-cancel-retry-state-not-updated-after-action-taken.tar.gz
-rw-r--r--app/assets/javascripts/vue_shared/components/pipelines_table_row.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/javascripts/vue_shared/components/pipelines_table_row.js b/app/assets/javascripts/vue_shared/components/pipelines_table_row.js
index 20e7c85975e..cf5161d65a6 100644
--- a/app/assets/javascripts/vue_shared/components/pipelines_table_row.js
+++ b/app/assets/javascripts/vue_shared/components/pipelines_table_row.js
@@ -182,7 +182,7 @@ export default {
},
},
watch: {
- /* When these values change, it's a signal that the retry/cancel
+ /* When these values change, it's a signal that the retry/cancel
was successful **and** that all pipelines have been refreshed */
isRetryable() {
this.resetRequestingState();