Organisationsunit Results

This commit is contained in:
cgfhtw
2025-06-23 13:54:36 +02:00
parent cf62563fa3
commit d00530d6d6
2 changed files with 3 additions and 2 deletions
@@ -29,9 +29,10 @@ export default {
<div class="searchbar_tablerow">
<div class="searchbar_tablecell">{{ $p.t('search/result_group_emails') }}</div>
<div class="searchbar_tablecell">
<a :href="'mailto:' + res.mailgroup">
<a v-if="res.mailgroup" :href="'mailto:' + res.mailgroup">
{{ res.mailgroup }}
</a>
<template v-else>-</template>
</div>
</div>
+1 -1
View File
@@ -1,7 +1,7 @@
import person from "./result/person.js";
import raum from "./result/room.js";
import employee from "./result/employee.js";
import organisationunit from "./organisationunit.js";
import organisationunit from "./result/organisationunit.js";
import student from "./result/student.js";
import prestudent from "./result/prestudent.js";
import mergedStudent from "./result/mergedstudent.js";