The table listing all baskets for a bookseller contains a column for the basketgroup. It could be nice to display a link to basketgroup instead of just its name.
It looks like the order search and the list of baskets for a vendor have already been taken care of. The only other spot I found where the name is not linekd, was the basket summary page.
Created attachment 146521 [details] [review] Bug 32452: Link basket group on basket summary to basket groups page In most places we already link the basket group name to the basket group page, but not on the basket summary page. To test: * Create a basket/order with some order lines * Close the basket and check the checkbox for creating a basket group * Go back to the basket/order page * There will be a link 'Manage basket group', but the basket group name is only text * Apply patch * Reload the page, the basket group name should now be linked
Created attachment 146578 [details] [review] Bug 32452: Link basket group on basket summary to basket groups page In most places we already link the basket group name to the basket group page, but not on the basket summary page. To test: * Create a basket/order with some order lines * Close the basket and check the checkbox for creating a basket group * Go back to the basket/order page * There will be a link 'Manage basket group', but the basket group name is only text * Apply patch * Reload the page, the basket group name should now be linked
Created attachment 147219 [details] [review] Bug 32452: Link basket group on basket summary to basket groups page In most places we already link the basket group name to the basket group page, but not on the basket summary page. To test: * Create a basket/order with some order lines * Close the basket and check the checkbox for creating a basket group * Go back to the basket/order page * There will be a link 'Manage basket group', but the basket group name is only text * Apply patch * Reload the page, the basket group name should now be linked Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Pushed to master for 23.05. Nice work everyone, thanks!