cloudstack/ui/src
Rohit Yadav f20d9cb50a autogenview: fix duplicate API calls issue while navigating view
The route config creates two groups of section components one for each
related paths that are cache and reused. Once these two groups of
components are mounted, on route change fetchData() is called twice
by two of such cached components beloning to two groups of paths.

This commit fixes this issue by using logical XOR to identify the
current component against related `to` route and the path the component
was in and only calls fetchData if `to` route and currentPath are of
the same group of routes.

Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
2021-01-20 07:06:16 +05:30
..
api iam: roles rules tab (#55) 2021-01-20 07:06:14 +05:30
assets project: dashboard, custom actions and tabs (#73) 2021-01-20 07:06:15 +05:30
components components: minor fixes 2021-01-20 07:06:16 +05:30
config src: ilbvms support 2021-01-20 07:06:16 +05:30
core src: add apache v2.0 license header to files 2021-01-20 07:06:14 +05:30
layouts vpc: static routes tab (#139) 2021-01-20 07:06:15 +05:30
locales infra: zone and physical network, ip ranges tabs for traffic types (#134) 2021-01-20 07:06:16 +05:30
router src: add apache v2.0 license header to files 2021-01-20 07:06:14 +05:30
store iam: Add LDAP Account Form (#116) 2021-01-20 07:06:15 +05:30
style vpc: work-in-progress network ACL list rules tab (#138) 2021-01-20 07:06:15 +05:30
utils network: Egress, PF, FW, VPN, LB tabs (#84) 2021-01-20 07:06:15 +05:30
views autogenview: fix duplicate API calls issue while navigating view 2021-01-20 07:06:16 +05:30
App.vue src: add apache v2.0 license header to files 2021-01-20 07:06:14 +05:30
main.js storage: Volume storage migration action (#72) 2021-01-20 07:06:15 +05:30
permission.js src: add apache v2.0 license header to files 2021-01-20 07:06:14 +05:30