From 53e55e7e5ba4c90dc740da3a1c566fba257388cd Mon Sep 17 00:00:00 2001 From: ritvje Date: Thu, 21 Jul 2016 10:46:53 +0300 Subject: [PATCH] Add internationalGuest as option in generic filter --- conf/option-fields.json | 3 ++- .../containers/GenericPropertyFilterContainer.jsx | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/conf/option-fields.json b/conf/option-fields.json index 2682efa9..eea04cd2 100644 --- a/conf/option-fields.json +++ b/conf/option-fields.json @@ -8,5 +8,6 @@ "accommodation", "country", "willOfTheWisp", - "willOfTheWispWave" + "willOfTheWispWave", + "internationalGuest" ] diff --git a/src/client/components/ParticipantListPage/containers/GenericPropertyFilterContainer.jsx b/src/client/components/ParticipantListPage/containers/GenericPropertyFilterContainer.jsx index 165f5aa7..32c20995 100644 --- a/src/client/components/ParticipantListPage/containers/GenericPropertyFilterContainer.jsx +++ b/src/client/components/ParticipantListPage/containers/GenericPropertyFilterContainer.jsx @@ -12,6 +12,7 @@ export function getGenericPropertyFilterContainer(searchFilterStore, searchFilte { country: 'Maa' }, { willOfTheWisp: 'Virvatuli' }, { willOfTheWispWave: 'Virvatulen aalto' }, + { internationalGuest: 'KV-osallistuja' }, ]; class GenericPropertyFilterContainer extends React.Component {