When I'm looking at my closed basket groups if I click the name of the basket I think it's supposed to open a summary (like it does on the open tab) but instead clicking a basket name reopens that basket ... if this is the intended behavior we need to make that clear, if not we need to fix it. Nicole
Hello Nicole In your title you speak of "closed baskets", but I think you mean "closed basket groups"? If you mean basket groups, we have seen the same behavior, and it is clearly a UX problem. Clicking on closed basketgroups should show some summary, or it should be impossible, but it should NOT reopen basketgroup! For the moment I can make a very small patch : deleting the link. And if somebody wants to create a summary page, it will be an ENH Do you agree with that? M. Saby Rennes 2 University
Yes you are right.
OK Nicole, I changed the name of the bug, and I will make a patch. M. Saby
I will take profit of the occasion to add more information on basketgroup list page, so it won't be necessary to click on each basketgroup to know some basical details (billingplace, deliveryplace, number of baskets in each basketgroup, number of orders, number of received orders...) In basketgroups, actions are triggered by buttons. In other pages (as booksellers), they are triggered by links. It sound strange for me. Is there a rule for that in Koha? M. Saby
Created attachment 15998 [details] [review] [PATCH] Bug 8853: Suppress links in basketgroups list
Here is a small patch, just to suppress links around basketgroup name. I am working on an other patch for improving basketgroup management. M. Saby
Created attachment 16038 [details] [review] [SIGNED-OFF] Bug 8853: Suppress links in basketgroups list In the table listing all closed basketgroups, clicking the name of a basketgroup reopen it. To edit an open basketgroup or reopen a closed basketgroup, there are specific buttons in "Action" column. So the link around basketgroup name is an UX problem. This patch suppress the link around basketgroup name, in both "closed" and "open" tab. To test : 1. create some closed and open basketgroups 2. check links are not showing anymore Signed-off-by: Owen Leonard <oleonard@myacpl.org>
QA comment: This patch fixes an ergonomic issue (action edit or reopen on clicking a basketgroup name link). qa tools complains on tabulation characters but the file contains too much tab. Marked as Passed QA.
Created attachment 16040 [details] [review] Bug 8853: Suppress links in basketgroups list In the table listing all closed basketgroups, clicking the name of a basketgroup reopen it. To edit an open basketgroup or reopen a closed basketgroup, there are specific buttons in "Action" column. So the link around basketgroup name is an UX problem. This patch suppress the link around basketgroup name, in both "closed" and "open" tab. To test : 1. create some closed and open basketgroups 2. check links are not showing anymore Signed-off-by: Owen Leonard <oleonard@myacpl.org> Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com>
This patch has been pushed to master.
Pushed to 3.10.x will be in 3.10.4