Modify embedded links through component templates
You can modify the appearance of the embedded links that appear when submitting a request or when completing a review. You can choose to use the id, name, or guid of the object.
For example, to change the embedded link of users so that only the name is displayed and not their username:
Open the
clickable-link.component.ts
file found in\<instance>\design\src\ui\src\app\shared\components\clickable-link\.
Copy the file to
\<instance>\design\custom\ui\src\app\shared\components\clickable-link\.
Find the following row in the templates section:
user: '%name% (%id%)',
Modify the text:
user: '%name%',
Generate the skin files; for example:
make.bat default en-us make.bat install default en-us