Skip to content

Adds the OR operator (||) for description field

Bojan Marjanovic requested to merge bmarjanovic/fix-organization-edit-form into master

What does this MR do and why?

This MR fixed the bug that exist under the organization's general settings page.

It adds OR operator (||) when description field is empty.

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

Before After
image image

How to set up and validate locally

  1. Checkout the branch
  2. Visit the general settings of the organization
  3. Verify that form is rendered properly and there are no errors in the console
Edited by Bojan Marjanovic

Merge request reports