From d78c995c3b8be8f8d558c5282cb17af5c6ff5860 Mon Sep 17 00:00:00 2001 From: Stefan Peters Date: Tue, 11 Jun 2019 10:59:55 +0200 Subject: [PATCH] SchemeDetail: Search birectional for Available Mappings --- src/components/SchemeDetail.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/SchemeDetail.vue b/src/components/SchemeDetail.vue index 3d2370e2e..60da36cf6 100644 --- a/src/components/SchemeDetail.vue +++ b/src/components/SchemeDetail.vue @@ -73,7 +73,8 @@ fromScheme: isLeft ? $util.notation(item) : null, fromNotation: isLeft ? '' : null, toScheme: !isLeft ? $util.notation(item) : null, - toNotation: !isLeft ? '' : null + toNotation: !isLeft ? '' : null, + direction: 'both' })"> {{ $t("schemeDetail.availableMappings") }}