File tree Expand file tree Collapse file tree 2 files changed +21
-1
lines changed
Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Original file line number Diff line number Diff line change @@ -46,6 +46,26 @@ export default class GroupsIndexController extends FilterableAndSortableControll
4646 ] ;
4747 }
4848
49+ get groupKinds2 ( ) {
50+ if ( this . search ) {
51+ return [ 'zoekresultaten' ] ;
52+ }
53+
54+ return [
55+ 'bestuur' ,
56+ 'commissie' ,
57+ 'dispuut' ,
58+ 'genootschap' ,
59+ 'groep' ,
60+ 'huis' ,
61+ 'werkgroep' ,
62+ 'kring' ,
63+ 'lichting' ,
64+ 'curiositas' ,
65+ 'zal' ,
66+ ] ;
67+ }
68+
4969 get selectedGroupKind ( ) {
5070 return this . search
5171 ? 'zoekresultaten'
Original file line number Diff line number Diff line change 6767 aria-orientation =' vertical'
6868 >
6969 <h5 class =' ms-3 mb-3' >Groepen</h5 >
70- {{ #each groupKinds as |item index |}}
70+ {{ #each groupKinds2 as |item index |}}
7171 <LinkTo
7272 @route =' groups'
7373 @query ={{ hash kind =item }}
You can’t perform that action at this time.
0 commit comments