-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Redact pii #297
base: master
Are you sure you want to change the base?
Redact pii #297
Conversation
ce314007
commented
Jul 3, 2024
- add ui for redact pii data and modal in applicatio group
= form_with(url: update_labels_app_group_path, method: 'patch', local: true, id: 'update-redacts') | ||
div.modal-header | ||
h5.modal-title#manage-redact-modal-title | ||
= "Manage PII Redact Data #{app_group}" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please add Rules
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
where is the backend changes for this one?
app/views/app_groups/show.html.slim
Outdated
|
||
.btn.btn-primary.btn-sm.mr-2 data-toggle="modal" data-target="#manage-redact-modal" | ||
i.fa.fa-user-shield.mr-1 | ||
| Redact PII Data |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please add Rules