lp://qastaging/evergreen/3.13
- Get this branch:
- bzr branch lp://qastaging/evergreen/3.13
Branch merges
Branch information
Import details
This branch is an import of the HEAD branch of the Git repository at git://git.evergreen-ils.org/Evergreen.git,branch=rel_3_13.
Last successful import was .
Recent revisions
- 27465. By Jane Sandberg <email address hidden>
-
Forward-port 3.12.6 -> 3.12.7 upgrade script
This also includes a fix for LP 2086105, courtesy of blake and Jeff Davis.
Signed-off-by: Jane Sandberg <email address hidden>
- 27464. By Jeff Davis
-
LP#2086105: update currency_type from CAN to CAD for funds too
Signed-off-by: Jeff Davis <email address hidden>
Signed-off-by: Jane Sandberg <email address hidden> - 27463. By Blake GH
-
LP#2086105 DB 1428 block can fail
The database upgrade block 1428 contains
this statement:UPDATE acq.currency_type
SET code = 'CAD' WHERE code = 'CAN';Which doesn't always CASCADE to the other foreign keys
(sometimes). To fix it on our example production
database, we ended up having to add two UPDATE's:UPDATE acq.fund_debit SET origin_
currency_ type ='CAD'
WHERE origin_currency_ type = 'CAN';
UPDATE acq.provider SET currency_type ='CAD'
WHERE currency_type = 'CAN';related: bug 1807998
Release-note: Fix potential failure in database upgrade script.
Signed-off-by: blake <email address hidden>
Signed-off-by: Jeff Davis <email address hidden>
Signed-off-by: Jane Sandberg <email address hidden> - 27462. By Jane Sandberg
-
Docs: small follow-up
Remove extraneous lines
Signed-off-by: Jane Sandberg <email address hidden>
- 27461. By Ian Skelskey
-
Enhance booking documentation with updated images
This commit updates the booking documentation by replacing outdated images with new ones, improving clarity and understanding of the booking module features.
- Added new images: booking-
menu-item. png, booking- submenu. png, booking- book-from- catalog. png, among others, to showcase the booking process flow.
- Removed obsolete images: booking-capture- 1_web_client. png, booking- capture- 2_web_client. png, and booking- capture- 3.png.
- Revised documentation text to align with the new interface visuals and provide a clear step-by-step guide for booking tasks.Release-Note: Update booking module documentation with new visuals for better usability.
Signed-off-by: Ian Skelskey <email address hidden>
Signed-off-by: Jane Sandberg <email address hidden> - 27460. By Gina Monti
-
Docs: Updating first section of My Lists
Includes fix for more relevant link
Signed-off-by: Jane Sandberg <email address hidden>
- 27459. By Galen Charlton <email address hidden>
-
LP#2082209: (follow-up) update stock ChangeLog file
This redirects the reader to the appropriate release notes
file.Signed-off-by: Galen Charlton <email address hidden>
Signed-off-by: Jane Sandberg <email address hidden> - 27458. By Jane Sandberg <email address hidden>
-
LP2082209: Remove changelog generation as part of tarball creation
Release-note: Stop including partial changelogs in official tarballs.
Signed-off-by: Jane Sandberg <email address hidden>
Signed-off-by: Galen Charlton <email address hidden> - 27457. By Tiffany Little
-
LP2086786 Fix fund dropdown on invoice direct charges
Fixes the fund dropdown on invoice direct charges to show funds for org units and their descendants.
Release-note: Fixes the fund dropdown on invoice direct charges.
Signed-off-by: Tiffany Little <email address hidden>
Signed-off-by: Jane Sandberg <email address hidden> - 27456. By Steven Mayo
-
LP#2077460: Angular Reporter Confusing Join Selection
Added a spot for templates to be inserted into eg-tree, in order to
replace the basic checkbox used to control the stateFlag member.From the reporter, pass a template for a Venn Diagram selector to the
tree that displays a material icon for left and inner joins.Co-authored-by: Mike Rylander <email address hidden>
Signed-off-by: Steven Mayo <email address hidden>
Signed-off-by: Mike Rylander <email address hidden>
Signed-off-by: blake <email address hidden>
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)