Skip to main content

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:

  1. Open the clickable-link.component.ts file found in

    \<instance>\design\src\ui\src\app\shared\components\clickable-link\.

  2. Copy the file to

    \<instance>\design\custom\ui\src\app\shared\components\clickable-link\.

  3. Find the following row in the templates section:

    user: '%name% (%id%)',
  4. Modify the text:

    user: '%name%',
  5. Generate the skin files; for example:

    make.bat default en-us
    make.bat install default en-us