User Mapping - FE - Fix banner copy
What does this MR do and why?
Update copy of accept banner
And use link for group.
(Implements part of #480719 (closed))
MR acceptance checklist
Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.
Screenshots or screen recordings
Screenshots are required for UI changes, and strongly recommended for all other merge requests.
Before | After |
---|---|
How to set up and validate locally
Numbered steps to set up and validate the change are strongly suggested.
-
In rails console enable the flag
Feature.enable(:importer_user_mapping)
-
In your local db, find the user you're logged in as (eg. id number 1) in the import_source_users table and take note of that id
-
Change the status cell to 1. See the state machine in
app/models/import/source_user.rb
for the various statuses. -
You may also need to modify the columns reassign_to_user_id and reassigned_by_user_id to the id of your logged in user
-
If the placeholder_user_id column is NULL, you may also need to add a valid placeholder id
-
Save db changes
-
Navigate to /import/source_users/[current_user_id]
-
Click the approve button
Related to #480719 (closed)