Skip to content
Snippets Groups Projects
Commit e5da8a46 authored by leandro's avatar leandro
Browse files

add filter ordering

parent c6285db9
No related branches found
No related tags found
No related merge requests found
...@@ -382,6 +382,7 @@ export default { ...@@ -382,6 +382,7 @@ export default {
this.$store.dispatch('feature/GET_PROJECT_FEATURES', { this.$store.dispatch('feature/GET_PROJECT_FEATURES', {
project_slug: this.$route.params.slug, project_slug: this.$route.params.slug,
feature_type__slug : this.structure.slug, feature_type__slug : this.structure.slug,
ordering: '-created_on',
limit: '5' limit: '5'
}) })
......
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