mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-21 07:03:49 +00:00
#134 hLevel fixed
This commit is contained in:
@@ -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>
|
||||
|
||||
|
@@ -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">
|
||||
|
Reference in New Issue
Block a user