Complete admin page with sidebar navigation and update functionality
What does this MR do and why?
Resolves #511014 (closed)
- adds navigation to the admin sidebar
- adds edit, update and corresponding views to targeted messages
References
Screenshots or screen recordings
Index page with edit buttons | Edit page |
---|---|
![]() |
![]() |
How to set up and validate locally
This feature is EE-only for now.
- Enable the feature in rails console:
Feature.enable(:targeted_messages_admin_ui)
- Sign in as admin
- Go to
/admin
, click theTargeted messages
navigation in the sidebar - Click
Add new message
navigate to/admin/targeted_messages/new
for creating a new targeted message. - 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