Skip to content

Truncate work item text by default

Nicolas Dular requested to merge nd/work-item-truncate-text-by-default into master

What does this MR do and why?

Truncates the description text of work items by default. Fixes: #478531 (closed)

Changelog: changed

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

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After
Screenshot_2024-08-12_at_17.40.53 Screenshot_2024-08-12_at_17.40.28

How to set up and validate locally

  1. Go to an issue and change the URL to /work_items/ instead of /issues/
  2. Make sure you the work_items_beta feature flag is disabled
  3. See how it truncates the text

Edited by Nicolas Dular

Merge request reports