nova-order-field icon indicating copy to clipboard operation
nova-order-field copied to clipboard

Avoid Nova refreshing entire page when changing order

Open nicoaloisio opened this issue 5 years ago • 0 comments

I know it's an awful workaround, but if you are looking for a way to avoid Nova refreshing the entire page when sorting your resources, just go to IndexField.vue file: comment the "this.$router.go" line and replace it with this.$parent.$parent.$parent.$parent.$parent.$parent.getResources()

In this way Nova should reload your resources properly sorted without refreshing the page.

nicoaloisio avatar Jul 10 '19 18:07 nicoaloisio