Skip to content
Snippets Groups Projects
Commit 52218b46 authored by Erwan Rouchet's avatar Erwan Rouchet
Browse files

Merge branch 'fix-763' into 'master'

Set default order value to avoid multiple API calls

Closes #763

See merge request !1034
parents f2183be7 e6c7b955
No related branches found
No related tags found
1 merge request!1034Set default order value to avoid multiple API calls
......@@ -158,7 +158,12 @@ export default {
deleteModal: false,
deleteLoading: false,
childToDelete: null,
order: null,
/*
* Beware updating those values as they immediately trigger onFilterUpdate
* and may create race-conditions
*/
order: 'name',
orderDirection: 'asc'
}),
computed: {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment