#134 hLevel fixed

This commit is contained in:
2021-08-20 10:37:46 +02:00
parent 52469d995a
commit 3e27589cca
3 changed files with 21 additions and 9 deletions

View File

@@ -17,7 +17,8 @@
addLink: false,
addId: false,
addEntity: true,
addInfo: true
addInfo: true,
hLevel: 3
}"
></third-party-render-box>
<person-render-box v-else-if="accompanyingCourse.requestor.type == 'person'"
@@ -27,7 +28,8 @@
addId: false,
addAltNames: false,
addEntity: true,
addInfo: true
addInfo: true,
hLevel: 3
}"
></person-render-box>

View File

@@ -17,7 +17,7 @@
<third-party-render-box
v-if="resource.resource.type === 'thirdparty'"
:thirdparty="resource.resource"
:options="{ addLink : false, addId : false, addEntity: true, addInfo: true }"
:options="{ addLink : false, addId : false, addEntity: true, addInfo: true, hLevel: 3 }"
>
<template v-slot:record-actions>
<ul class="record_actions">