7 Jul
2023
7 Jul
'23
1:53 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34215 --- Comment #5 from Jonathan Druart <jonathan.druart+koha@gmail.com> --- (In reply to Pedro Amorim from comment #4)
In ToolbarButton.vue, does 'to' need to be '[String, Object]' or can/should it just be 'Object'?
Can be a string I think, if you want to pass the URL directly (not name). That's why I decided to pass { name: 'RouteName' } instead of 'RouteName'. It's more flexible like that IMO -- You are receiving this mail because: You are watching all bug changes.