Implement Targeted Message delete
What does this MR do and why?
Add delete to targeted message. Related to #527737 (closed)
References
Screenshots or screen recordings
| Before | After |
|---|---|
|
|
How to set up and validate locally
This feature is SaaS-only for now. Simulate SaaS and restart GDK.
- Enable the feature in rails console:
Feature.enable(:targeted_messages_admin_ui)
- Sign in as admin
- Go to
/admin, click theTargeted messagesnavigation in the sidebar - Click
Add new messagenavigate to/admin/targeted_messages/newfor creating a new targeted message, using the sample csv containing valid namespace id below.
7
22
24
- After successful creation, click the delete icon to delete.
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

