Bug 36823 - Reports links to database schema 404 looking for master rather than main
Summary: Reports links to database schema 404 looking for master rather than main
Status: RESOLVED FIXED
Alias: None
Product: Koha
Classification: Unclassified
Component: Reports (show other bugs)
Version: Main
Hardware: All All
: P5 - low minor
Assignee: Phil Ringnalda
QA Contact: Tomás Cohen Arazi (tcohen)
URL:
Keywords: rel_24_05_candidate
Depends on:
Blocks:
 
Reported: 2024-05-09 22:37 UTC by Phil Ringnalda
Modified: 2024-05-30 16:28 UTC (History)
3 users (show)

See Also:
Change sponsored?: ---
Patch complexity: Trivial patch
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:
24.05.00
Circulation function:


Attachments
Bug 36823 - Switch database schema links in Reports from master to main (2.58 KB, patch)
2024-05-09 22:49 UTC, Phil Ringnalda
Details | Diff | Splinter Review
Bug 36823 - Switch database schema links in Reports from master to main (2.64 KB, patch)
2024-05-10 00:08 UTC, Chris Cormack
Details | Diff | Splinter Review
Bug 36823: Switch database schema links in Reports from master to main (2.70 KB, patch)
2024-05-10 12:14 UTC, Tomás Cohen Arazi (tcohen)
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
Description Phil Ringnalda 2024-05-09 22:37:17 UTC
For development versions, the links to the database schema go to https://schema.koha-community.org/master which is a 404, rather than https://schema.koha-community.org/main
Comment 1 Phil Ringnalda 2024-05-09 22:49:06 UTC
Created attachment 166479 [details] [review]
Bug 36823 - Switch database schema links in Reports from master to main

Test plan:
1. Reports > click Database schema link, verify it gets a 404 not foun
2. Reports > Use saved > click Database schema link, verify 404
3. Apply patch
4. Reports > click Database schema link, verify it loads as main
5. Reports > Use saved > click Database schema link, verify it loads
Comment 2 Chris Cormack 2024-05-10 00:08:12 UTC
Created attachment 166483 [details] [review]
Bug 36823 - Switch database schema links in Reports from master to main

Test plan:
1. Reports > click Database schema link, verify it gets a 404 not foun
2. Reports > Use saved > click Database schema link, verify 404
3. Apply patch
4. Reports > click Database schema link, verify it loads as main
5. Reports > Use saved > click Database schema link, verify it loads

Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
Comment 3 Tomás Cohen Arazi (tcohen) 2024-05-10 12:14:28 UTC
Created attachment 166534 [details] [review]
Bug 36823: Switch database schema links in Reports from master to main

Test plan:
1. Reports > click Database schema link, verify it gets a 404 not foun
2. Reports > Use saved > click Database schema link, verify 404
3. Apply patch
4. Reports > click Database schema link, verify it loads as main
5. Reports > Use saved > click Database schema link, verify it loads

Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Comment 4 Katrin Fischer 2024-05-10 13:20:27 UTC
Pushed for 24.05!

Well done everyone, thank you!
Comment 5 Fridolin Somers 2024-05-29 08:43:51 UTC
Not for 23.11.x
Comment 6 Aude Charillon 2024-05-30 16:28:22 UTC
No update to the Koha Manual needed.