renderbox options changed to not display age for thirdparties, but yes in person modal

This commit is contained in:
Julie Lenaerts 2021-08-27 15:13:21 +02:00
parent c5f40c53ea
commit 8182e35c9c
3 changed files with 3 additions and 2 deletions

View File

@ -16,7 +16,7 @@
addLink: false, addLink: false,
addId: false, addId: false,
addEntity: true, addEntity: true,
addInfo: true, addInfo: false,
hLevel: 3, hLevel: 3,
isMultiline: true isMultiline: true
}" }"

View File

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

View File

@ -7,6 +7,7 @@
addInfo: true, addInfo: true,
addEntity: false, addEntity: false,
addAltNames: true, addAltNames: true,
addAge: true,
addId: true, addId: true,
addLink: false, addLink: false,
hLevel: 3, hLevel: 3,