From aa647119a6a04b5593810305b45192442a264d23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bjo=CC=88rn=20Fromme?= Date: Tue, 27 Nov 2018 12:21:47 +0100 Subject: [PATCH] Add blacklist for single selections --- .../Private/Assets/js/myep/components/CrmData.vue | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/web/typo3conf/ext/ep_theme/Resources/Private/Assets/js/myep/components/CrmData.vue b/web/typo3conf/ext/ep_theme/Resources/Private/Assets/js/myep/components/CrmData.vue index c566c0ce..012d1ccf 100644 --- a/web/typo3conf/ext/ep_theme/Resources/Private/Assets/js/myep/components/CrmData.vue +++ b/web/typo3conf/ext/ep_theme/Resources/Private/Assets/js/myep/components/CrmData.vue @@ -8,7 +8,7 @@ v-if="hasVisibleSelections(selectionGroup)">

{{ selectionGroup.name}}

+ v-if="selection.changeable === true && isSelectionVisible(selection)">