Returns taxonomies ordered by title on Taxonomy metadata type form.
This commit is contained in:
parent
037b060fe0
commit
7348170915
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue