Skip to content

Fix error where helper was incorrectly returning `true`

Rubén Dávila requested to merge rd-fix-show-trial-errors-helper into master

What does this MR do?

Fix error where helper was incorrectly returning true

Helper was incorrectly returning true when user was moving from Step 2 (Lead generation) to Step 3 (Selection of namespace). When landing at Step 3. trial_result is nil so helper show return false.

REF: #13233 (closed)

Screenshots

Does this MR meet the acceptance criteria?

Conformity

Performance and Testing

Edited by Mayra Cabrera

Merge request reports