https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34417
--- Comment #2 from Jonathan Druart <[email protected]> --- There are two things I would like to note here: 1. It does not feel correct to not invalidate the parameter when the view changed. We could end up with a name from the previous view. It's highlighted especially now, as we don't have all the routes modified. 2. It does not feel optimal to have to modify each component. It would be nicer if we could have the value set in the route definition. For instance we could have: title: $__("Show {agreement.name}") Also we would not need the 'dynamic' flag and title could stay a string. I have no idea how this could be implemented however. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
