mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-11 17:19:29 +00:00
Organisationsunit Results
This commit is contained in:
@@ -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,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";
|
||||
|
||||
Reference in New Issue
Block a user