Skip to content

Rename routeQuery to queryString in standard_filter.vue

Daniel Tian requested to merge 284471-change-route-query-to-querystring into master

What does this MR do?

This MR renames the computed properties and methods that use the name routeQuery to querystring instead. Originally, I named it routeQuery because it fetched the querystring value using this.$route.query, but this is the same thing as querystring and having a separate name for it is confusing.

Edited by Daniel Tian

Merge request reports