Bug 30937 - Add a detail view for libraries
Summary: Add a detail view for libraries
Status: CLOSED FIXED
Alias: None
Product: Koha
Classification: Unclassified
Component: System Administration (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement (vote)
Assignee: Owen Leonard
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-06-09 19:03 UTC by Owen Leonard
Modified: 2023-12-28 20:43 UTC (History)
4 users (show)

See Also:
Change sponsored?: ---
Patch complexity: Small patch
Documentation contact: Caroline Cyr La Rose
Documentation submission: https://gitlab.com/koha-community/koha-manual/-/merge_requests/679
Text to go in the release notes:
Version(s) released in:
22.11.00


Attachments
Bug 30937: Add a detail view for libraries (9.01 KB, patch)
2022-06-09 19:18 UTC, Owen Leonard
Details | Diff | Splinter Review
Bug 30937: Add a detail view for libraries (9.06 KB, patch)
2022-06-09 21:06 UTC, Lucas Gass
Details | Diff | Splinter Review
Bug 30937: Add a detail view for libraries (9.14 KB, patch)
2022-06-16 13:34 UTC, Jonathan Druart
Details | Diff | Splinter Review
Bug 30937: Add a 'does not exist' hint if branchcode is invalid (1.79 KB, patch)
2022-06-16 13:34 UTC, Jonathan Druart
Details | Diff | Splinter Review
Bug 30937: Surroung Yes/No with span (1.61 KB, patch)
2022-06-16 13:34 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 Owen Leonard 2022-06-09 19:03:58 UTC
The only way to see all information about a library is to edit it. I'd like to add a view option.

Although the forthcoming patch doesn't implement it, I think the next step is to add a "view libraries" permission.
Comment 1 Owen Leonard 2022-06-09 19:18:40 UTC
Created attachment 135913 [details] [review]
Bug 30937: Add a detail view for libraries

This patch adds a view page for libraries, so that the user isn't
required to edit the library to see information about it.

To test, apply the patch and log into Koha as a user with permission to
manage libraries.

- In the list of libraries you should see that the library name in the
  first column is now a link.
- When you click the link you should be taken to a view of all the
  information about the library.
Comment 2 Lucas Gass 2022-06-09 21:06:43 UTC
Created attachment 135914 [details] [review]
Bug 30937: Add a detail view for libraries

This patch adds a view page for libraries, so that the user isn't
required to edit the library to see information about it.

To test, apply the patch and log into Koha as a user with permission to
manage libraries.

- In the list of libraries you should see that the library name in the
  first column is now a link.
- When you click the link you should be taken to a view of all the
  information about the library.

Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>
Comment 3 Jonathan Druart 2022-06-16 13:34:18 UTC
Created attachment 136163 [details] [review]
Bug 30937: Add a detail view for libraries

This patch adds a view page for libraries, so that the user isn't
required to edit the library to see information about it.

To test, apply the patch and log into Koha as a user with permission to
manage libraries.

- In the list of libraries you should see that the library name in the
  first column is now a link.
- When you click the link you should be taken to a view of all the
  information about the library.

Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Comment 4 Jonathan Druart 2022-06-16 13:34:23 UTC
Created attachment 136164 [details] [review]
Bug 30937: Add a 'does not exist' hint if branchcode is invalid

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Comment 5 Jonathan Druart 2022-06-16 13:34:28 UTC
Created attachment 136165 [details] [review]
Bug 30937: Surroung Yes/No with span

See bug 29602

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Comment 6 Tomás Cohen Arazi 2022-06-27 16:25:52 UTC
Pushed to master for 22.11.

Nice work everyone, thanks!
Comment 7 Lucas Gass 2022-07-29 16:54:54 UTC
Enhancement will not be backported to 22.05.x series, unless requested