Skip to content

Commit

Permalink
Merge pull request #217 from lblod/feature/sort-ap-alpahbetically
Browse files Browse the repository at this point in the history
sort added to ap in meeting form
  • Loading branch information
nvdk committed Nov 18, 2021
2 parents c9fb78d + ba77d1b commit 33dbd5c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ export default class AgendaManagerAgendaItemFormSelectDraftComponent extends Com
include: 'current-version,status',
'filter[status][:id:]': DRAFT_STATUS_ID,
'filter[folder][:id:]': FOLDER_ID,
'sort': "current-version.title"
};
if(searchParams.length>1){
query['filter[current-version][title]']=searchParams;
Expand Down

0 comments on commit 33dbd5c

Please sign in to comment.