Summary: | Add a detail view for libraries | ||
---|---|---|---|
Product: | Koha | Reporter: | Owen Leonard <oleonard> |
Component: | System Administration | Assignee: | Owen Leonard <oleonard> |
Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
Severity: | enhancement | ||
Priority: | P5 - low | CC: | caroline.cyr-la-rose, dcook, gmcharlt, lucas |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
See Also: | https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31423 | ||
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
|
|
Circulation function: | |||
Attachments: |
Bug 30937: Add a detail view for libraries
Bug 30937: Add a detail view for libraries Bug 30937: Add a detail view for libraries Bug 30937: Add a 'does not exist' hint if branchcode is invalid Bug 30937: Surroung Yes/No with span |
Description
Owen Leonard
2022-06-09 19:03:58 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. 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> 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> 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> 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> Pushed to master for 22.11. Nice work everyone, thanks! Enhancement will not be backported to 22.05.x series, unless requested |