Skip to content

Commit

Permalink
Add EIS badges to person canvas Names MVEAs (CFM-417)
Browse files Browse the repository at this point in the history
  • Loading branch information
arlen committed Jan 28, 2026
1 parent 6241a14 commit d2585be
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion app/webroot/js/comanage/components/mvea/mvea-item.js
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,10 @@ export default {
<span v-if="this.mvea.primary_name" class="mr-1 badge bg-outline-secondary primary">{{ this.txt['field.primary'] }}</span>
<span class="mr-1 badge bg-light">{{ this.mvea.type.display_name }}</span>
<span v-if="this.mvea.language" class="mr-1 badge bg-light">{{ calcLangHR(this.mvea.language) }}</span>
<!-- XXX Add EIS lookup here -->
<span v-if="getEisDescription(this.mvea?.source_name?.external_identity_id)"
class="mr-1 badge bg-light badge-eis">
{{ getEisDescription(this.mvea?.source_name?.external_identity_id) }}
</span>
</div>
<!-- row actions -->
<!-- TODO: Should this action be open to the unpriviledged CoMember? -->
Expand Down

0 comments on commit d2585be

Please sign in to comment.