Skip to content

Commit

Permalink
Merge pull request #157 from partio-scout/feature/international-guest…
Browse files Browse the repository at this point in the history
…-filter

Add internationalGuest as option in generic filter
  • Loading branch information
googol authored Jul 21, 2016
2 parents 17284c5 + 53e55e7 commit 765a438
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion conf/option-fields.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@
"accommodation",
"country",
"willOfTheWisp",
"willOfTheWispWave"
"willOfTheWispWave",
"internationalGuest"
]
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ export function getGenericPropertyFilterContainer(searchFilterStore, searchFilte
{ country: 'Maa' },
{ willOfTheWisp: 'Virvatuli' },
{ willOfTheWispWave: 'Virvatulen aalto' },
{ internationalGuest: 'KV-osallistuja' },
];

class GenericPropertyFilterContainer extends React.Component {
Expand Down

0 comments on commit 765a438

Please sign in to comment.