Skip to content

Extend merge url params to remove null values

Miguel Rincon requested to merge 215473-merge-url-params-remove-null-val into master

What does this MR do?

Improvment part of #215473 (closed)

Extend merge url params to remove null values

When new parameters are added to a URL some of them may be null.

This change prevents actual result of string null and instead removes them so mergeUrlParams are more flexible.

Note: Handling undefined cases is out of scope for this MR, I consider this behavior should not be supported.

Screenshots

NA

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team
Edited by 🤖 GitLab Bot 🤖

Merge request reports