Skip to content

Hides the merged YAML tab content when a non-default branch is selected

Sam Beckham requested to merge hide-merged-yaml into master

What does this MR do?

When a non-default branch is selected, the merged YAML result is potentially incorrect (#332845 (closed)). This is an issue that's being addressed elsewhere, but a potential boring solution for now is to hide the merged yaml result when editing on the non-deafult branch. This is what this MR does.

It's a temporary solution that should be reverted as soon as the merged YAML functionality works correctly across multiple branches.

Screenshots or Screencasts (strongly suggested)

Screenshot_2021-07-13_at_15.20.30

Note: The video below showcases an older approach. Now we show the tab, but display the message shown in the above screenshot.

yaml

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Edited by Sam Beckham

Merge request reports