Skip to content

Swimlanes - Fix url encoding when adding group_by param

Florie Guibert requested to merge bugfix/swimlanes-encode-label-with-space into master

What does this MR do?

Fixes bug where labels with spaces get duplicated on page refresh after switching to swimlanes view on boards.

Replaces setUrlParams with mergeUrlParams to use encodeURIComponent encoding logic, which is used when populating URL with board scope filters.

Require feature flag :boards_with_swimlanes.

Screenshots (strongly suggested)

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 Florie Guibert

Merge request reports