Skip to content

Complete admin page with sidebar navigation and update functionality

What does this MR do and why?

Resolves #511014 (closed)

  1. adds navigation to the admin sidebar
  2. adds edit, update and corresponding views to targeted messages

References

Screenshots or screen recordings

Index page with edit buttons Edit page
Screenshot_2025-03-19_at_3.10.32_PM Screenshot_2025-03-19_at_3.10.12_PM

How to set up and validate locally

This feature is EE-only for now.

  1. Enable the feature in rails console:
Feature.enable(:targeted_messages_admin_ui)
  1. Sign in as admin
  2. Go to /admin, click the Targeted messages navigation in the sidebar
  3. Click Add new message navigate to /admin/targeted_messages/new for creating a new targeted message.
  4. Click the pencil icon button to navigate to edit page for updating targeted message.

MR acceptance checklist

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

Edited by Roy Liu

Merge request reports

Loading