Skip to content

Organizations List - HTML Descriptions

Zack Cuddy requested to merge 426995-organizations-handle-html into master

What does this MR do and why?

Closes #426995 (closed)
Follow up from !132418 (merged)

This change adds HTML support to the Organizations description to support #422078 (closed). Also we add GlTruncateText to follow the pattern set by groups_list_item.vue.

This change is behind a feature flag (:ui_for_organizations)

important: The GraphQL endpoint has not been implemented yet and the data is served via a local resolver.

Screenshots or screen recordings

Before After
Before Screenshot_2023-10-12_at_9.41.05_AM

How to set up and validate locally

  1. Enable FF Feature.enable(:ui_for_organizations)
  2. Click Organizations Tab in left nav
  3. Ensure descriptions appear

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Related to #426995 (closed)

Edited by Zack Cuddy

Merge request reports