diff options
| author | GitLab Bot <gitlab-bot@gitlab.com> | 2022-10-21 00:10:26 +0000 |
|---|---|---|
| committer | GitLab Bot <gitlab-bot@gitlab.com> | 2022-10-21 00:10:26 +0000 |
| commit | 3f9ae4674edd5b23ec9cd5b2bbb4a0caae5eec74 (patch) | |
| tree | 3d8e65627e0fa03b967f11035b23133df0a860e7 /app/presenters/ci | |
| parent | 40e8ba2fc8ac6c3695d7f297ff4143518615a3f9 (diff) | |
| download | gitlab-ce-3f9ae4674edd5b23ec9cd5b2bbb4a0caae5eec74.tar.gz | |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/presenters/ci')
| -rw-r--r-- | app/presenters/ci/pipeline_presenter.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/presenters/ci/pipeline_presenter.rb b/app/presenters/ci/pipeline_presenter.rb index fed4ae7837b..5cdc6ff12cb 100644 --- a/app/presenters/ci/pipeline_presenter.rb +++ b/app/presenters/ci/pipeline_presenter.rb @@ -53,6 +53,7 @@ module Ci }.freeze end + delegator_override :name def name # Currently, `merge_request_event_type` is the only source to name pipelines # but this could be extended with the other types in the future. |
