Returns taxonomies ordered by title on Taxonomy metadata type form.

This commit is contained in:
Mateus Machado Luna 2019-01-21 11:29:11 -02:00
parent 037b060fe0
commit 7348170915
1 changed files with 1 additions and 1 deletions

View File

@ -158,7 +158,7 @@
this.taxonomyMessage = message;
},
fetchTaxonomies(){
return axios.get('/taxonomies?nopaging=1')
return axios.get('/taxonomies?nopaging=1&order=asc&orderby=title')
.then(res => {
let taxonomies = res.data;
this.loading = false;