mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
clean commented unused code
This commit is contained in:
parent
782e098e31
commit
c9e3960238
@ -38,25 +38,9 @@
|
|||||||
<i class="fa fa-li fa-hand-o-right"></i>
|
<i class="fa fa-li fa-hand-o-right"></i>
|
||||||
<b class="me-2">{{ $t('child_of') }}</b>
|
<b class="me-2">{{ $t('child_of') }}</b>
|
||||||
<span class="chill-entity badge-thirdparty">{{ thirdparty.parent.text }}</span>
|
<span class="chill-entity badge-thirdparty">{{ thirdparty.parent.text }}</span>
|
||||||
<!-- console: [Vue warn]: Failed to resolve component: on-the-fly ...
|
|
||||||
<on-the-fly type="thirdparty" action="show" :id="thirdparty.parent.id"
|
|
||||||
:buttonText="thirdparty.parent.text" :displayBadge="'true' === 'true'"
|
|
||||||
></on-the-fly>
|
|
||||||
-->
|
|
||||||
</li>
|
</li>
|
||||||
<!-- TODO hasChildren
|
<!-- TODO hasChildren
|
||||||
<li v-if="hasChildren">
|
NB: we cannot call on-the-fly from RenderBox. See error message in previous version of this file.
|
||||||
<i class="fa fa-li fa-hand-o-right"></i>
|
|
||||||
<b class="me-2">{{ $t('children') }}</b>
|
|
||||||
<span v-for="child in thirdparty.activeChildren">
|
|
||||||
<on-the-fly type="thirdparty"
|
|
||||||
action="show"
|
|
||||||
:id="child.id"
|
|
||||||
:buttonText="child.text"
|
|
||||||
displayBadge="'true' === 'true'">
|
|
||||||
</on-the-fly>
|
|
||||||
</span>
|
|
||||||
</li>
|
|
||||||
-->
|
-->
|
||||||
</ul>
|
</ul>
|
||||||
<confidential v-if="thirdparty.contactDataAnonymous">
|
<confidential v-if="thirdparty.contactDataAnonymous">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user