Skip to content

Fixes error message

Laura Montemayor requested to merge lm-fix-stray-punctuation into master

What does this MR do?

When visiting the editor, there is an extra period appended at the end of the error The pipeline has circular dependencies..

Screen_Shot_2021-07-22_at_11.59.27_AM

The . should not be added in the backend, the frontend already does this:

app/assets/javascripts/pipeline/pipeline_editor/components/header/validation_segment.vue

Does this MR meet the acceptance criteria?

Conformity

Edited by Laura Montemayor

Merge request reports