Bug 32452 - Link basket group name from basket summary page
Summary: Link basket group name from basket summary page
Status: CLOSED FIXED
Alias: None
Product: Koha
Classification: Unclassified
Component: Acquisitions (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement (vote)
Assignee: Katrin Fischer
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-12-12 17:18 UTC by Mathieu Saby
Modified: 2023-12-28 20:45 UTC (History)
0 users

See Also:
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 (2.95 KB, patch)
2023-02-10 22:02 UTC, Katrin Fischer
Details | Diff | Splinter Review
Bug 32452: Link basket group on basket summary to basket groups page (2.95 KB, patch)
2023-02-13 13:10 UTC, Owen Leonard
Details | Diff | Splinter Review
Bug 32452: Link basket group on basket summary to basket groups page (3.03 KB, patch)
2023-02-23 10:35 UTC, Jonathan Druart
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
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!