https://avo.cool logo
Hello everyone! I have 2 resources for the sam...
# avo-2
m
Thread automatically created by Volodymyr in #740893011994738751
l
Hello @early-knife-34520 , if i understand it right what you're experiencing is the normal behavior. In Avo3 you could solve this easily with
row_controls
and some custom links to whenever you want the buttons to redirect. (https://main.avodemo.com/avo/resources/fish -> check fully custom row buttons) In Avo2 the first idea that comes to my mind to solve this is to override the
edit
and
show
methods on the
Avo::InfoCustomersController
to redirect to same methods but on
Avo::CustomersController
does it makes sense?
e
Yes, I understand that current is expected behaviour and that's ok 🙂 My idea was the same with the redirect in the controller too, but just wanted to make sure I wasn't missing anything Thank you!
l
Anytime! Let us know if you find any troubles implementing it