Bug 32452

Summary: Link basket group name from basket summary page
Product: Koha Reporter: Mathieu Saby <mathsabypro>
Component: AcquisitionsAssignee: Katrin Fischer <katrin.fischer>
Status: CLOSED FIXED QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low    
Version: Main   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: Trivial patch
Documentation contact: Documentation submission:
Text to go in the release notes:
Adds a link to the basket group page from the basket summary page.
Version(s) released in:
23.05.00
Attachments: Bug 32452: Link basket group on basket summary to basket groups page
Bug 32452: Link basket group on basket summary to basket groups page
Bug 32452: Link basket group on basket summary to basket groups page

Description Mathieu Saby 2022-12-12 17:18:45 UTC
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.
Comment 1 Katrin Fischer 2023-02-10 21:44:29 UTC
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.
Comment 2 Katrin Fischer 2023-02-10 22:02:55 UTC
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
Comment 3 Owen Leonard 2023-02-13 13:10:11 UTC
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
Comment 4 Jonathan Druart 2023-02-23 10:35:38 UTC
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>
Comment 5 Tomás Cohen Arazi 2023-02-24 20:58:09 UTC
Pushed to master for 23.05.

Nice work everyone, thanks!