Important Upgrade Considerations
This section outlines all changes that require special consideration for customers in production. Configuration changes may be needed to prevent operational interruptions. See checklist for guidelines on how to fill this out.
Changes and Required Actions
Functional Area | Change or Addition | Considerations | Action required | Action timing | Contact person | Comments | Related JIRA issues |
---|---|---|---|---|---|---|---|
Affected app or module | What has been changed or added that should be noted for this release | What challenges may arise related to this change or addition | If applicable, detail what action(s) must be taken here | When can the action be taken (before, during or after upgrade) | User name of person that can provide additional detail | Name of user leaving comment: comment on what you encountered or ask a question @mention Contact person | Include issue link for bug fix, story or feature that applies |
mod-inventory-storage | The module now depends on Kafka message broker. Kafka should be up and running before module install. | Inventory-storage APIs (instances/holding-records/items - create, update, delete actions) will fail with 500 status code if Kafka is unreachable. | Make sure KAFKA_PORT and KAFKA_HOST environment variables are set and propagated to the mod-inventory-storage container before module installation. Example: for rancher dev environments we set following values - KAFKA_HOST: kafka, KAFKA_PORT: 9092 | Before upgrade | The same approach as for mod-pubsub may be used here. We tried to follow the same naming for the properties. | ||
mod-inventory-storage | Statistical code name needs to be unique | The upgrade process will fail when there are two or more statistical codes with the same name prior to the upgrade | Change the name of any existing statistical codes that are the same as another statistical code | Before upgrade | |||
mod-inventory-storage | The id property of the circulationNotes array property in the Item object is mandatory | The id property got added to the item schema in Honeysuckle. If data added in, it will break things. | With Iris, this id is now mandatory, and the UI and the API will hang if not present. | Before upgrade | |||
mod-source-record-manager | Changes to the default MARC Bib-to-Instance map:
| If library has customized the default MARC bib-to-Instance map, review these changes and decide if they should be added to the library's custom map. If changes are made, you may need to trigger a refresh of the existin gInstances that are based on the SRS MARC records, so that the changes are reflected in the Instance | |||||
mod-source-record-storage | An end point has been added to allow searching MARC records. | The end point will only return results from MARC records added after the upgrade. A script to retroactively process pre-existing records has been developed, see MODSOURCE-276: Add existing records to the SRS Query API table | To add records that existed prior to upgrade to the query search see MODSOURCE-276: Add existing records to the SRS Query API table Script: https://github.com/folio-org/mod-source-record-storage/blob/master/mod-source-record-storage-server/src/main/resources/migration_scripts/fill_marc_indexers.sql | After upgrade | |||
mod-circulation | The age to lost processes (ageing borrowed items to lost and issuing fees / fines for those items ) are no longer automatically scheduled to run periodically | No items will be aged to lost and no fees / fines will be issued unless these processes are scheduled by the hosting provider | Organisations who need these processes to run will have to schedule them from outside the system Configuration needed by the hosting provider
Organisations will likely need to schedule these processes separately meaning two separate tasks and schedules are likely to be needed (separate users may be used for each process) New External Endpoints
No body needs to be provided to make requests to either of these endpoints. Further documentation is available at How to Schedule Age to Lost Processes | During or after the upgrade | |||
mod-kb-ebsco-java | New feature "Usage Consolidation" is now supported | Configuring Usage Consolidation settings | In order to configure "Usage Consolidation" → apart from the settings on UI, middle layer service needs to be configured by making a query directly to DB like the below: ``` INSERT INTO <tenant_id>_mod_kb_ebsco_java.usage_consolidation_credentials(client_id, client_secret) VALUES (?, ?); ``` User stories have been created to make this configurable from UI. | After upgrade to Iris | |||
mod-ncip | New permission required to call NCIP services:
| During or after upgrade | |||||
mod-oai-pmh | This is not a required step but we noticed during tests that if the mod-oai-pmh performance is poor, re-indexing and vacuuming indexes located in mod-inventory-storage resolved the issue. |
| During or after upgrade | ||||
mod-data-import, mod-source-record-manager, mod-source-record-storage, mod-inventory, mod-invoice | All modules involved in data import process are now communicating through Kafka directly. Kafka should be configured and running before modules are installed and additional parameters should be set for modules. | New setup and configurations required | Follow the instructions to set all the necessary parameters for Kafka and the modules | Before and during the upgrade | |||
mod-search | Since 1.3.0 version OKAPI_URL environment variable is required for the module. | Data ingestion won't work. | Set/pass OKAPI_URL to the application container. | On module startup. | |||
mod-pubsub | Environment variables SYSTEM_USER_NAME and SYSTEM_USER_PASSWORD can be used to set up credentials for PubSub system user. Otherwise, default values (username pub-sub, password pubsub) will be used. | Not providing these variables will result in using default credentials which is considered a security issue. | Set SYSTEM_USER_NAME and SYSTEM_USER_PASSWORD environment variables. | On module startup. | |||
mod-agreements | When upgrading from Goldenrod consider running the Supplementary Document cleanup job on initialising the module in the tenant. | The Supplementary Document cleanup job fixes an issue that could lead to a single supplementary document being linked to multiple agreements. The cleanup job will detect this situation and duplicate the document so each agreement is linked to it's own copy of the document | On installing/starting the module in the tenant, include cleanSupplementaryDocs%3Dtrue in the tenantParameters. e.g. /_/proxy/tenants/diku/install?tenantParameters=cleanSupplementaryDocs%3Dtrue | On module startup. | |||
mod-patron-blocks | Events which took place before first mod-patron-blocks deployment are NOT taken into account while calculating automated patron blocks. | This is an inherent limitation of mod-patron-blocks which is an event-based system. | If tenant plans on using Automated Patron Blocks feature AND full event synchronization has not been performed before, follow steps outlined in Q3 2020 (Honeysuckle) Release Notes. | After upgrade | |||
mod-source-record-storage | Cleanup of invalid snapshot statuses | Data Import update of records associated with snapshot (with invalid status) will fail | Table snapshots_lib records should only contain status values of 'ERROR' or 'COMMITTED' for jobs which are no longer executing - the following manual script can be run to adjust values: This script should NOT be run if DI jobs are currently actively in progress | Before or After Upgrade (DI Jobs not running) | |||
mod-source-record-storage | Populate missed instance_hrid | Run following manual script to populate missed instance_hrid in records_lb table. ``` DO $$ BEGIN RAISE notice 'Script for populating missing Instance HRIDs in SRS started'; UPDATE <tenant>_mod_source_record_storage.records_lb rec SET instance_hrid = arr.item_object->>'001' FROM <tenant>_mod_source_record_storage.marc_records_lb ind, jsonb_array_elements(content->'fields') with ordinality arr(item_object, position) WHERE rec.id = ind.id and rec.instance_id is not null and rec.instance_hrid is null and arr.item_object ? '001'; RAISE notice 'Script for populating missing Instance HRIDs in SRS finished'; END; $$; ``` | Before or After Upgrade | ||||
mod-circulation | All Service Points must be associated with a Fee/Fine Owner at Settings>Users>Fee/Fine: Owners for overdue fines and lost item fees to work properly. If an overdue fine/lost item fee is calculated for an item with a Location whose Primary Service Point is not associated to a Fee/Fine Owner, the overdue fine/lost item fee will NOT be charged to the patron. | In the future we will have a Default Fee/fine Owner to be charged. (See UXPROD-2278 for details.) | |||||
mod-circulation | Upon deployment make sure that automatic fee/fine types were added to the mod-feesfines database. Otherwise overdue fine creation functionality will not work. | To check, make a call to /feefines?query=automatic==true. The response should contain 4 entries: "Overdue fine", "Lost item fee", Lost item processing fee" and "Replacement processing fee." | |||||
mod-circulation | Overdue fine policies must be set up and circulation rules have to refer to policies that exist. | If you do not charge overdue fines, you need to create one overdue fine policy that is for an overdue fine of 0 and use that overdue fine policy for every circulation rule. | |||||
mod-circulation | Lost item fine policies must be set up and circulation rules have to refer to policies that exist. | If you do not charge lost item fees, you need to create one lost item fee policy that is for a lost item fee of blank and use that lost item fee policy for every circulation rule. |
New Apps
Remote storage integration (Dematic)
Remote storage integration for Dematic StagingDirector and Dematic EMS. Accessed through Settings > Remote storage and Settings > Remote storage and Settings > Tenant > Location.
Circulation log export to CSV
This feature will allow a user to export filtered data in the Circulation log to a CSV file. Accessed through the Circulation Log app > Run a search > Open the “Actions” drop-down list > Select “.CSV export”
Cornell Library's go-live requirements to transfer fees/fines to the Cornell bursar system
Automated Transfer of fees/fines to bursar or other account. Accessed through Settings > Tenant > General: Bursar (to run a Bursar export manually or set the scheduling parameters for the export)
Permissions Updates
App | New Permissions | Deprecated Permissions | Product Owner |
---|---|---|---|
Data import | Renamed UI: ui-data-import module is enabled to Data import: all permissions, to make it clearer. Scope of the permissions did not change. | ||
Data import | Renamed Settings (data-import): display list of settings pages to Settings (Data import): Can view, create, edit, and remove, to make it clearer. Scope of the permission did not change. | Ann-Marie Breaux (Deactivated) | |
Inventory | The option to add tags to Inventory record types (instance, holdings, item) now has the consequence that anyone with inventory permissions should have their permissions edited to add either the Tags on records: View only or Tags: All permissions Important: If the user permissions are not updated as described above, then the Inventory app will not display in the top menu bar for the user with the Inventory app permissions. | ||
Inventory | We have implemented the possibility to move holdings and item in Inventory, but any transfers are not yet being reflected in dependent apps; e.g. Orders, Request, and Courses. In order to prevent corrupt data it's highly recommended that all libraries limit the ability to move holdings and item by limiting the number of staff having the appropriate user permission to move holdings and item. | Charlotte Whitt | |
Remote Storage | Remote storage integration has one level of permissions - Remote storage: Create, read, update, delete. A user with these permissions can create and configure remote locations. Any user with Inventory: View, create, edit instances has the ability to change the location of holdings and items to remote storage, and from remote storage to main locations. | ||
Check out | New Permissions: ui-checkout.viewRequests (Check out: View requests), ui-checkout.viewLoans (Check out: View loans), and ui-checkout.viewFeeFines (Check out: View fees/fines) UI-only permissions that control whether the Loans, Requests, and FeeFine information in the user pane of Check out are active hyperlinks to their respective information. Important: these permissions are not included in any other permission set by default, including ui-checkout.all (Check out: All permissions), and they are required to enable the indicated hyperlinks in Check out. | Brooks Travis(formerly Emma Boettcher) | |
quickMARC | quickMARC: Derive new MARC bibliographic record - this permission allows one to derive a new MARC bib record from an existing MARC record | Khalilah Gambrell | |
eholdings |
| Khalilah Gambrell | |
Agreements |
| ||
Licenses |
| ||
Local KB Admin |
|
Known Issues
General
- Most front-end modules don't fetch exact search result count from backend ( - RMB-673Getting issue details... STATUS ).
- Estimated search result count has a wording that incorrectly suggests it is a precise number ("8081 records found"). Only numbers below 1000 are precise (details: RMB Estimated totalRecords). (WIP UXPROD-2623 - Wait for POC of Elastic Search - Round estimated search result hit count (totalRecords) Blocked )
- Some modules fail in Pgpool-II replication ( - FOLIO-2447Getting issue details... STATUS , - FOLIO-2978Getting issue details... STATUS ).
App | Known issue | Workaround | JIRA issue | Product Owner |
---|---|---|---|---|
Orders and Receiving | Data corruption. When holding/item data are moved in Inventory the connected Order lines are not updated accordingly. The PO remains linked to the original instance and items but location IS NOT updated. This could result in receiving of unreceived pieces generating new holding records or moving back to the original instance. | The current workaround is to be very judicious in allowing users to move items and holdings in Inventory when there are open orders related to item records. We suggest ONLY granting certain users this ability for now. All short term fix we attempted to put in place while we wait for a more systemic resolution to the underlying issue would introduce problems of its own. | ||
Orders and receiving | If users "Unopen" orders that have "Manually add pieces for receiving" = true. If they had created any pieces they will not be able to open the order again without deleting pieces from the receiving area. System will force user to delete as part of open order process. | You can recreate the necessary records after the opening the order again. | ||
Orders | Possible to save POL with no location even though location is a "required" field. This can happen when you use an order template to add a location field set with only quantity populated | When order fails to open edit POL and select a location. Save POL and Open when desired. | ||
Orders | When using save and open button on POL. If Funds have no budget the UI may tell you that it could not save the POL when it actually did save the POL. This could result in the user unknowingly creating multiple POLs and needing to delete them after. | Make sure your Funds have current budgets before applying them to purchase orders. If error occurs "Unopen" order and delete extra POLs. | Already resolved for the Juniper release. | Dennis Bridges |
mod-orders-storage | If OKAPI_URL contains a path after the hostname like https://example.com/okapi the upgrade always fails. | no known workaround | ||
Organizations | When fields within a closed accordion are invalid the UI does not force them open when trying to save the record. This may confuse users as to why they cannot save edits to an organization record | Click "Expand all" accordions and look for the validation errors. This may be empty required fields or invalid data added during a migration. | ||
Orders | When order includes only 1 Fund distribution, deleting it from the AND not adding a new one to the POL before clicking save and close. Results in a lingering encumbrance that is not released appearing on the budget | If you wish to remove the last Fund distribution from a POL such that it will no longer have any encumbrance. Edit the POL and then navigate to the encumbrance in the finance app and use the "Release encumbrance" action. Note it requires a permission. | ||
Orders/Invoices | When orders with "Manually add pieces for receiving" = false are received and after that has been do a user moves the related item records from the inventory app. Approving and paying an invoice against that order line can generate new pieces and holdings/items in inventory. | Rather than moving the items in inventory use the receiving app to receive them to the correct location (Holding). | ||
Data export | Holdings' permanent location or item's effective location not always populated during the export while using a custom mapping profile. | Not known at this point. We believe this is the data corruption issue as we were not able to recreate it on other than Bugfest environments. | MDEXP-391 | |
OAI-PMH | Holdings data is not discoverable when item record is suppressed | Not known at this point | MODOAIPMH-317 | |
Requests | Out of sync data: When holding/item data are moved, or other updates made to items, in inventory, any connected requests are not updated accordingly (eg. new barcodes, title, or instance identifiers) | Take care when modifying items with open hold requests. | ||
Circulation log | Loan details from the Action dropdown in the Log will sometimes show an error message BEFORE loan details actually load. | Give the record a little time to load, or get Loan details from another source, like the Item record | Stephanie Buck | |
Claimed returned fees/fines | There were two bugs discovered in the Iris BugFest after the test cases had been passed and just before Iris was to be released. They were caused by changes to the code in BugFest that adversely impacted what had already been tested. As there are easy workarounds, the two bugs will not be fixed until the Juniper (R2 2021) release. Bug 1: When checking in a claimed returned item, the "suspended" lost item fees are not being cancelled (UICHKIN-252) Bug 2: When resolving a claimed returned situation, the lost item fees are not cancelled if they have had a transfer made before they were claimed returned (UICIRC-570) We also have a bug that was found earlier that we were unable to fix for the Iris Release. Bug 3: For aged to lost items that are claimed returned, and then returned by patron, if the Lost Item Processing Fee is not refunded the Payment Status should be updated to "Outstanding" (UIU-2129) | Bug 1: The "suspended" Lost Item Fee and Lost Item Processing Fee (if there is one) remain suspended after claimed returned item is check in. Given they are "suspended", the patron is not being held liable for the fees. The library is able to waive the "suspended" lost fees to remove them from the "suspended" status. Bug 2: The "suspended" Lost Item Processing Fee appears in the Closed Fees/Fines tab, so the patron is not being held liable. This should not be a problem at all for libraries that don't transfer fees/fines or don't do it quickly. Bug 3: This only impacts you if your institution is using aged to lost processing and do not refund the Lost Item Processing Fee if a lost item is returned. The Lost Item Processing Fee will remain as "Suspended claim returned." It can be paid with this status, but more likely you will want to waive the original Lost Item Processing Fee and create a new one as a manual charge. | Holly Mistlebauer | |
Overdue fines | Overdue fines not charged when charging overdue fines by the minute over periods when library is opened then closed | This bug only impacts you if your institution bills overdue fines by the minute and does not charge overdue fines when the library is closed. You will need to update your "Overdue fine" policies to use hours (or anything other than minutes) as the "Interval". | CIRC-1135 | Holly Mistlebauer |
Manual fees/fines | When creating a new manual fee/fine, if you enter a comma in the "Fee/fine amount" field the value will not be saved properly despite looking correct (for example, "1,000.00" will be saved as "1.00"). | Do not enter a comma in the "Fee/fine amount" field on the "New fee/fine" page. | UIU-2156 | |
Mod-finance-storage | Transaction table upgrade failure when purchase order record is missing. Discovered when upgrading from mod-finance-storage-6.0.1 to mod-finance-storage-7.0.2 | Delete orphaned encumbrance transaction records. Retry migration. See script in comment here from Wayne for more information. | ||
Data Import | MARC record field protection is not yet working correctly | |||
Data Import | EDIFACT invoices can be imported, but invoice and invoice-line adjustments still need additional work. Also, if an incoming invoice line does not link to a corresponding purchase order line, there is no manual way to link them in Iris (will be available in Juniper). If the EDIFACT invoice file has an upper-case file extension (e.g. EDI), it much be changed to lower-case (e.g. edi) before uploading and importing. | For invoice and invoice-line adjustments, enter them manually after the rest of the invoice has been imported. For invoice lines that do not match to purchase order lines, 1) delete the invoice line, and add the invoice line manually, based on finding and linking the purchase order line manually. Or 2) review the matchpoints in the invoice data, and manually edit each purchase order lines to include those matchpoints manually, Then delete the imported invoice, and re-import it. This time the incoming invoice-lines should match to the corresponding purchase order lines. | Ann-Marie Breaux (Deactivated) | |
Data Import | EDIFACT invoice field mapping profiles | If a default EDIFACT field mapping profile is copied, and then the Vendor Reference Number field mapping is completely removed, that results in a bug. Temporary workarounds: 1) If removing the field mapping for Vendor Reference Number, create a new field mapping profile instead of duplicating an existing one. 2) If duplicating an existing field mapping profile, instead of entirely removing the Vendor Reference number field, leave some value in it, even if the field will not be used to match to the relevant POL. | Ann-Marie Breaux (Deactivated) | |
Local KB Admin Settings | The "LOCAL" knowledgebase appears as editable in the settings. Only external data sources should be visible and editable in this screen. Editing the LOCAL knowledgebase could cause issues or the creation of an addition LOCAL knowledgebase (if the name is changed) | Do NOT edit the LOCAL knowledgebase in the settings | ||
Mod-invoice and mod-finance | Credit invoice results in a credit of $0 being charged to the fund. Meaning $0 is added back to the Fund. | No current workaround. Suggesting libs avoid creating credit invoices. This should be resolved in a hotfix release | ||
Courses | An error in the "Courses: All Permissions" system-defined permission set was inadvertently introduced as part of the Iris release and not discovered until Iris implementer sites began testing. Users with the permission set "Courses: All Permissions" and no other Courses permissions cannot edit courses. | The workaround is not use the Courses: All Permissions set, and instead assigned Courses app users a mix of the segmented permissions that allows them to have desired create/edit functionality: The Courses: All Permissions set is fixed as of the Juniper release, so permissions can be reverted at that point. | N/A |
Notes on functionality
Permissions
There are several changes related to migration of static (system-defined) permissions introduced in Iris:
- When permissions that once appeared in a module descriptor are removed in a newer version of the module descriptor, they will be marked deprecated.
- In Iris, this means the
displayName
of these permissions will be prefixed with "(deprecated)
", but the permissions will not be filtered out of any API calls. - Eventually we'd like to filter deprecated permissions out of API responses unless they're specifically requested. This feature, however, did not make it into Iris.
- In Iris, this means the
- Permissions can now be renamed via a new "
replaces
" property. Perm-users (Assignments) and PermissionSet sub-permissions will be updated automatically.- Example: "
foo.get
" replaces "foo.read
", "foo.view
". Any users which were assigned either "foo.read
" or "foo.view
" would automatically be granted "foo.get
". Permissions "foo.read
" and "foo.view
" would be marked deprecated.
- Example: "
- A new "
purgeDeprecated
" API has been introduced to allow an operator to purge deprecated permissions. This will:- Remove deprecated permissions from the system
- Remove deprecated permission names from user's permission assignments
- Remove deprecated permissions from permission sets
- N.B. This API should only be called once you're confident that a module downgrade will not be required. Once deprecated permissions are purged, the system will not know how to "undo" the permission migration for that module.
- N.B. Currently this is an all-or-nothing operation. There is no way to purge individual deprecated permissions, or remove deprecated permissions for a particular module.
- If a permission name collides with a user-defined permission with the same name,
- In Iris, the call to enable the module (install/upgrade) will fail with an appropriate error message.
- Eventually we'd like to do something like rename the user-defined permissions and adjust assignments as needed.
- All system-defined permissions will now include context about the module that defined them (new permission fields
moduleName
/moduleVersion
). - Duplicate permission definitions are not allowed. If a permission (name) is defined by multiple module descriptors the upgrade will fail with an appropriate error message.
- The
mutable
property will now be ignored when creating or updating permissions. This is a system-controlled field. - Orphaned system-defined permissions - those which are marked as immutable and are no longer present in any enabled module descriptor - will automatically be deprecated when upgrading mod-permissions.
Deployment Considerations:
- If you want to benefit from permission migration you need OKAPI v4.6.0 or greater (v4.7.2 or greater is highly recommended) and mod-permissions v5.13.0.
- Contrary to earlier communications, it is NOT required to upgrade mod-permissions first or last. It is also NOT required that you upgrade to the latest Honeysuckle Hot Fix release prior to upgrading to Iris.
Please contact the Craig McNally, Adam Dickmeiss, or Jakub Skoczen with questions.
Data Import
- Performance Task Force analysis (as of Iris Hotfix 3): 0-Recommended Maximum File Sizes and Configuration
- Supported in Iris:
- Create and update Inventory Instances, Holdings, and Items
- MARC record modifications to add, remove, and change constant data within the incoming file
- MARC-MARC matching on 001 and 999 ff fields, but not any other MARC fields
- EDIFACT invoice loading
- For importing EDIFACT invoices, the User needs these permissions
- Data import: all permissions
- Settings (Data import): Can view, create, edit, and remove
- Invoice: Assign acquisitions units to new record
- Invoice: Can view, edit and create new Invoices and Invoice lines
- Invoice: Can view, edit and delete Invoices and Invoice lines
Inventory
- Implemented configurable number of locations
- UIIN-1480 - in order to support library systems with more and more locations, then we have implemented a change and made the number of locations configurable in the platform' Stripes configuration file, stripes.config.js
- Supported in Iris:
- Assign tags to Instances, Holdings, and Item records, and filter by them
- Add a Java-based migration process for item effectiveShelvingOrder property, this has following impact:
- Module initialization takes significant time for migration to 20.2.1 version (the process is triggered only once), currently it is up to 5 hours. It is recommended to run this process at non working hours, because mod-inventory-storage is a critical part of FOLIO, most subsystems will be irresponsible.
- The migration process does not generates domain events for updates.
Requests
- Override blocks on requests:
- UXPROD-2910 - Added the ability to override patron and item blocks on requests
- Warning modals when an item with pending requests is marked missing, withdrawn, claimed returned, or declared lost:
- UXPROD-2411 - When changing an item's status to missing or withdrawn in Inventory or claimed returned or declared lost in Users, a modal stating the number of open requests (with a link to the request queue) will be presented to staff with the option to cancel the status change
- Patron comments on requests:
- UXPROD-1800 - Added a patron comments field to requests that can be entered by staff or via the edge-patron API (discovery) and is available as a token in staff slips and the Requests interface
Circulation log
- Check Removed Loan and User detail links when circulation action has been anonymized
- Removed Loan details when circulation action includes multiple barcodes (item details available through linked barcode)
- Checked in filter added to Loans dropdown
- Dates reformatted to match dates in the rest of FOLIO
- Updated search boxes to free-text format as in the rest of FOLIO
Claimed returned fees/fines
As discussed with the Resource Access SIG, not all of the claimed returned fee/fine changes have been included in Iris. The remainder will be finished for Juniper. Please see the Google Sheet here to see what is included in each release. Holly has also updated Emma's Claimed Returned Flowchart to show what is in Iris (R1) and Juniper (R2), which was helpful for her and may help you as well. (Important note: There were two bugs discovered in the Iris BugFest after the test cases had been passed and just before Iris was to be released. They were caused by changes to the code in BugFest that adversely impacted what had already been tested. The two bugs are described in the "Known Issues" section above.)
Agreements
- Changes to Agreement periods and start and end date management mean that:
- The earliest period start date is now treated as the agreement start date
- The latest period end date is now treated as the agreement end date, or if there is a blank period end date the agreement is treated as having no end date
- If only a single agreement period is used, no other information is displayed in relation to periods, allowing tenants to use single periods as the start/end date for an agreement
- If multiple agreement periods are used it is easy to see the "previous", "current" and "next" periods for the agreement as well as view the details of all the agreement periods
- Agreements can be searched by start and end date
- When an agreement line is linked to a Purchase Order Line that is linked to an Inventory instance, a link directly to the Inventory instance is displayed in the Agreement Line display
- In the Agreement display any accordions not populated with data and not otherwise required are not displayed to the user, simplifying the display
- Keyboard shortcuts now supported
- Separate actions buttons (Edit, Delete, etc.) replaced by single Actions menu
- New settings (Settings → Agreements → Display settings) to control the number of lines to show per page (i.e. before showing the "Load more" button) in multi-column lists (tabular lists) across the Agreements application. The default value for all lists is 10. The multi-column lists affected are:
Agreement view pane > Agreement lines
Agreement view pane > E-resources covered by this agreement
E-resource view pane > Options for acquiring e-resource
Package view pane > E-resources in package
E-resource view pane > Agreements for this e-resource
Agreements Local Knowledgebase
- Support for proxy server and platform dependent URL customisations. See Proxy server configuration and URL customizations for a full description of this functionality.
- Platform search and view added to Agreements app to support the ability to manage platform dependent URL customisations
- Tags and tag search now supported for Titles and Packages in the local KB
- "Suppress from discovery" flag now supported (edit and display) for Titles and Titles in a Package as well as Agreement Lines
- Links on Titles in the "E-resources covered by this agreement" list now link to the Title in Package record rather than the Title record
- In Local KB Admin Separate actions buttons (New, Delete, etc.) replaced by single Actions menu
- Keyboard shortcuts supported in Local KB Admin app
- Keyboard shortcuts supported in ERM comparisons app
Licenses
- Support for duplicating amendments on a license
- Keyboard shortcuts now supported
- Separate actions buttons (Edit, Delete, etc.) replaced by single Actions menu
- Ability to search licenses by start and end date
- In the License display any accordions not populated with data and not otherwise required are not displayed to the user, simplifying the display
- When duplicating a license the license term values are now included in duplication
- On license CSV export the escape character used changed from backslash (ASCII 92) to quote mark (ASCII 34) for improved compatibility with common software used to view CSV files (specifically Microsoft Excel)
Post-Release Hotfixes
Hot fix release #1 - RELEASED AT MAY 28
Tickets list
Modules list
Module mod-aes removed from the Iris release platform by request of the dev team (Hongwei Ji and Matt Reno). Was added by mistake
Hot fix release #2 - RELEASED AT JUNE 25
Tickets list
Modules list
Hot fix release #3 - RELEASED AT JULY 26
Tickets list
Modules list
Hot fix release #4 - RELEASED AT AUGUST 17
Tickets list
Modules list
New Features by Epic (Sub-Project)
Closed Bugs
Project | Priority | |||||
---|---|---|---|---|---|---|
P1 | P2 | P3 | P4 | TBD | T: | |
ARCHIVED: mod-aes | 0 | 0 | 0 | 0 | 1 | 1 |
ARCHIVED: ui-search-es | 0 | 0 | 1 | 0 | 0 | 1 |
ERM Platform | 2 | 5 | 2 | 0 | 12 | 21 |
FOLIO | 2 | 5 | 2 | 1 | 6 | 16 |
LDP Query | 0 | 0 | 0 | 0 | 1 | 1 |
Okapi | 0 | 4 | 1 | 0 | 12 | 17 |
RAML Module Builder | 0 | 1 | 1 | 0 | 4 | 6 |
Reporting Tools | 0 | 0 | 0 | 0 | 1 | 1 |
Stripes | 0 | 1 | 0 | 0 | 2 | 3 |
Support | 0 | 0 | 0 | 0 | 1 | 1 |
UX Product | 0 | 0 | 0 | 1 | 0 | 1 |
Z39.50 | 1 | 0 | 0 | 0 | 0 | 1 |
data-import-processing-core | 0 | 2 | 0 | 0 | 0 | 2 |
edge-patron | 0 | 0 | 1 | 0 | 0 | 1 |
folio-spring-support | 0 | 1 | 0 | 0 | 0 | 1 |
generate-marc-utils | 0 | 1 | 0 | 0 | 0 | 1 |
mod-audit | 0 | 0 | 0 | 0 | 1 | 1 |
mod-authtoken | 0 | 0 | 0 | 0 | 1 | 1 |
mod-circulation | 0 | 11 | 5 | 0 | 5 | 21 |
mod-circulation-storage | 0 | 0 | 1 | 0 | 1 | 2 |
mod-copycat | 0 | 0 | 0 | 0 | 2 | 2 |
mod-courses | 1 | 0 | 0 | 0 | 0 | 1 |
mod-data-export | 3 | 4 | 5 | 0 | 0 | 12 |
mod-data-import | 0 | 1 | 0 | 0 | 0 | 1 |
mod-email | 0 | 1 | 0 | 0 | 0 | 1 |
mod-erm-usage-harvester | 0 | 0 | 0 | 0 | 4 | 4 |
mod-feesfines | 0 | 2 | 0 | 0 | 3 | 5 |
mod-finance | 0 | 3 | 0 | 0 | 0 | 3 |
mod-finance-storage | 0 | 3 | 2 | 0 | 0 | 5 |
mod-graphql | 0 | 0 | 0 | 0 | 1 | 1 |
mod-inventory | 1 | 1 | 1 | 1 | 2 | 6 |
mod-inventory-storage | 1 | 1 | 1 | 0 | 4 | 7 |
mod-invoice | 0 | 0 | 0 | 0 | 1 | 1 |
mod-kb-ebsco-java | 0 | 4 | 8 | 0 | 0 | 12 |
mod-marccat | 1 | 0 | 2 | 0 | 10 | 13 |
mod-notify | 0 | 0 | 1 | 0 | 0 | 1 |
mod-oai-pmh | 4 | 3 | 3 | 0 | 0 | 10 |
mod-orders | 0 | 1 | 1 | 0 | 0 | 2 |
mod-orders-storage | 0 | 1 | 0 | 1 | 0 | 2 |
mod-organizations-storage | 1 | 0 | 0 | 0 | 0 | 1 |
mod-patron | 0 | 0 | 1 | 0 | 0 | 1 |
mod-patron-blocks | 0 | 1 | 0 | 0 | 1 | 2 |
mod-permissions | 0 | 1 | 1 | 0 | 1 | 3 |
mod-pubsub | 1 | 1 | 0 | 0 | 2 | 4 |
mod-remote-storage | 0 | 2 | 0 | 0 | 0 | 2 |
mod-source-record-manager | 1 | 0 | 0 | 0 | 1 | 2 |
mod-source-record-storage | 1 | 1 | 4 | 0 | 2 | 8 |
mod-user-import | 1 | 0 | 2 | 0 | 1 | 4 |
mod-users | 0 | 1 | 0 | 0 | 0 | 1 |
mod-users-bl | 0 | 0 | 0 | 0 | 1 | 1 |
perf-testing | 0 | 0 | 0 | 0 | 1 | 1 |
stripes-acq-components | 0 | 0 | 1 | 0 | 0 | 1 |
stripes-components | 0 | 1 | 7 | 1 | 3 | 12 |
stripes-connect | 0 | 0 | 1 | 0 | 0 | 1 |
stripes-core | 1 | 3 | 4 | 0 | 5 | 13 |
stripes-smart-components | 0 | 1 | 5 | 0 | 1 | 7 |
stripes-webpack | 0 | 0 | 1 | 0 | 0 | 1 |
ui-calendar | 0 | 1 | 0 | 0 | 0 | 1 |
ui-checkin | 0 | 1 | 0 | 1 | 1 | 3 |
ui-checkout | 0 | 4 | 0 | 0 | 0 | 4 |
ui-circulation | 0 | 0 | 3 | 1 | 1 | 5 |
ui-circulation-log | 0 | 0 | 0 | 0 | 1 | 1 |
ui-courses | 0 | 1 | 1 | 0 | 0 | 2 |
ui-data-export | 0 | 0 | 1 | 0 | 0 | 1 |
ui-data-import | 2 | 5 | 5 | 0 | 0 | 12 |
ui-eholdings | 0 | 2 | 11 | 0 | 1 | 14 |
ui-erm-usage | 0 | 1 | 0 | 0 | 1 | 2 |
ui-finance | 1 | 1 | 1 | 0 | 0 | 3 |
ui-finc | 0 | 0 | 0 | 0 | 2 | 2 |
ui-inventory | 1 | 3 | 5 | 0 | 2 | 11 |
ui-invoice | 1 | 2 | 2 | 0 | 0 | 5 |
ui-marccat | 0 | 1 | 6 | 0 | 10 | 17 |
ui-orders | 0 | 2 | 3 | 0 | 0 | 5 |
ui-organizations | 0 | 0 | 3 | 3 | 0 | 6 |
ui-plugin-find-package-title | 1 | 1 | 2 | 0 | 1 | 5 |
ui-receiving | 0 | 0 | 1 | 0 | 0 | 1 |
ui-requests | 0 | 2 | 4 | 1 | 0 | 7 |
ui-tenant-settings | 0 | 1 | 0 | 3 | 3 | 7 |
ui-users | 0 | 15 | 8 | 0 | 9 | 32 |
Total Unique Issues: | 28 | 111 | 121 | 14 | 126 | 400 |
View in Jira
All Closed Bugs and Stories
Project | Priority | ||||||
---|---|---|---|---|---|---|---|
P1 | P2 | P3 | P4 | P5 | TBD | T: | |
ARCHIVED: mod-aes | 0 | 0 | 0 | 0 | 0 | 3 | 3 |
ARCHIVED: ui-search-es | 0 | 0 | 7 | 0 | 0 | 0 | 7 |
ERM Platform | 2 | 6 | 4 | 0 | 0 | 37 | 49 |
FOLIO | 2 | 13 | 13 | 1 | 0 | 7 | 36 |
Folio Automation Testing | 0 | 0 | 1 | 0 | 0 | 0 | 1 |
LDP Query | 0 | 0 | 0 | 0 | 0 | 1 | 1 |
Okapi | 0 | 6 | 1 | 0 | 0 | 12 | 19 |
RAML Module Builder | 0 | 1 | 1 | 0 | 0 | 5 | 7 |
Reporting Tools | 0 | 0 | 0 | 0 | 0 | 2 | 2 |
Stripes | 0 | 1 | 1 | 0 | 1 | 3 | 6 |
Support | 0 | 0 | 0 | 0 | 0 | 1 | 1 |
UX Product | 0 | 0 | 0 | 1 | 0 | 0 | 1 |
User Experience Design | 0 | 3 | 8 | 0 | 0 | 1 | 12 |
Z39.50 | 1 | 1 | 0 | 0 | 0 | 1 | 3 |
data-import-processing-core | 0 | 3 | 1 | 0 | 0 | 0 | 4 |
edge-common | 0 | 0 | 2 | 0 | 0 | 4 | 6 |
edge-dematic | 0 | 0 | 1 | 0 | 0 | 0 | 1 |
edge-oai-pmh | 0 | 0 | 2 | 0 | 0 | 0 | 2 |
edge-orders | 0 | 0 | 2 | 0 | 0 | 0 | 2 |
edge-patron | 0 | 0 | 2 | 0 | 0 | 0 | 2 |
edge-rtac | 0 | 1 | 0 | 0 | 0 | 0 | 1 |
folio-custom-fields | 0 | 0 | 1 | 0 | 0 | 0 | 1 |
folio-di-support | 0 | 0 | 1 | 0 | 0 | 0 | 1 |
folio-holdingsiq-client | 0 | 1 | 0 | 0 | 0 | 0 | 1 |
folio-service-tools | 0 | 0 | 1 | 0 | 0 | 0 | 1 |
folio-spring-support | 0 | 1 | 0 | 0 | 0 | 1 | 2 |
generate-marc-utils | 0 | 1 | 1 | 0 | 0 | 0 | 2 |
mod-audit | 0 | 0 | 0 | 0 | 0 | 2 | 2 |
mod-authtoken | 0 | 0 | 0 | 0 | 0 | 2 | 2 |
mod-circulation | 0 | 15 | 18 | 0 | 0 | 14 | 47 |
mod-circulation-storage | 0 | 0 | 1 | 0 | 0 | 1 | 2 |
mod-configuration | 0 | 0 | 0 | 0 | 0 | 2 | 2 |
mod-copycat | 0 | 2 | 1 | 0 | 0 | 7 | 10 |
mod-courses | 1 | 0 | 0 | 0 | 0 | 0 | 1 |
mod-data-export | 3 | 5 | 19 | 0 | 0 | 0 | 27 |
mod-data-import | 0 | 2 | 2 | 0 | 0 | 0 | 4 |
mod-di-converter-storage | 0 | 2 | 1 | 0 | 0 | 0 | 3 |
mod-ebsconet | 0 | 0 | 1 | 0 | 0 | 0 | 1 |
mod-email | 0 | 1 | 0 | 0 | 0 | 0 | 1 |
mod-erm-usage | 0 | 0 | 0 | 0 | 0 | 4 | 4 |
mod-erm-usage-harvester | 0 | 0 | 0 | 0 | 0 | 5 | 5 |
mod-feesfines | 0 | 3 | 0 | 0 | 0 | 8 | 11 |
mod-finance | 0 | 3 | 9 | 0 | 0 | 0 | 12 |
mod-finance-storage | 0 | 7 | 25 | 0 | 0 | 0 | 32 |
mod-gobi | 0 | 1 | 1 | 0 | 0 | 0 | 2 |
mod-graphql | 0 | 0 | 0 | 0 | 0 | 2 | 2 |
mod-inventory | 1 | 5 | 4 | 1 | 0 | 2 | 13 |
mod-inventory-storage | 1 | 4 | 11 | 0 | 0 | 4 | 20 |
mod-invoice | 0 | 1 | 6 | 0 | 0 | 2 | 9 |
mod-invoice-storage | 0 | 0 | 5 | 0 | 0 | 0 | 5 |
mod-kb-ebsco-java | 0 | 7 | 16 | 0 | 0 | 0 | 23 |
mod-login | 0 | 0 | 1 | 0 | 0 | 2 | 3 |
mod-login-saml | 0 | 1 | 0 | 0 | 0 | 0 | 1 |
mod-marccat | 1 | 11 | 8 | 0 | 0 | 19 | 39 |
mod-notes | 0 | 0 | 2 | 0 | 0 | 0 | 2 |
mod-notify | 0 | 0 | 1 | 0 | 0 | 0 | 1 |
mod-oai-pmh | 4 | 4 | 19 | 0 | 0 | 0 | 27 |
mod-orders | 0 | 3 | 12 | 0 | 0 | 0 | 15 |
mod-orders-storage | 0 | 1 | 7 | 1 | 0 | 0 | 9 |
mod-organizations-storage | 1 | 0 | 0 | 0 | 0 | 0 | 1 |
mod-password-validator | 0 | 0 | 1 | 0 | 0 | 0 | 1 |
mod-patron | 0 | 0 | 2 | 0 | 0 | 0 | 2 |
mod-patron-blocks | 0 | 2 | 0 | 0 | 0 | 1 | 3 |
mod-permissions | 0 | 3 | 2 | 0 | 0 | 3 | 8 |
mod-pubsub | 1 | 2 | 0 | 0 | 0 | 2 | 5 |
mod-quick-marc | 0 | 0 | 6 | 0 | 0 | 0 | 6 |
mod-remote-storage | 0 | 2 | 6 | 0 | 0 | 4 | 12 |
mod-search | 0 | 2 | 17 | 2 | 0 | 0 | 21 |
mod-sender | 0 | 0 | 0 | 0 | 0 | 1 | 1 |
mod-source-record-manager | 1 | 5 | 7 | 0 | 0 | 1 | 14 |
mod-source-record-storage | 1 | 10 | 8 | 0 | 0 | 2 | 21 |
mod-user-import | 1 | 0 | 3 | 0 | 0 | 3 | 7 |
mod-users | 0 | 1 | 0 | 0 | 0 | 0 | 1 |
mod-users-bl | 0 | 0 | 0 | 0 | 0 | 1 | 1 |
perf-testing | 0 | 1 | 2 | 0 | 0 | 5 | 8 |
release | 0 | 0 | 0 | 0 | 0 | 2 | 2 |
stripes-acq-components | 0 | 0 | 3 | 0 | 0 | 0 | 3 |
stripes-cli | 0 | 0 | 0 | 0 | 0 | 1 | 1 |
stripes-components | 1 | 1 | 12 | 1 | 0 | 4 | 19 |
stripes-connect | 0 | 0 | 4 | 0 | 0 | 0 | 4 |
stripes-core | 1 | 3 | 7 | 0 | 0 | 6 | 17 |
stripes-data-transfer-components | 0 | 0 | 1 | 0 | 0 | 0 | 1 |
stripes-smart-components | 0 | 1 | 12 | 0 | 0 | 1 | 14 |
stripes-util | 0 | 0 | 0 | 1 | 0 | 0 | 1 |
stripes-webpack | 0 | 0 | 1 | 0 | 0 | 0 | 1 |
ui-acquisition-units | 0 | 0 | 2 | 0 | 0 | 0 | 2 |
ui-calendar | 0 | 1 | 0 | 0 | 0 | 2 | 3 |
ui-checkin | 0 | 2 | 4 | 1 | 0 | 3 | 10 |
ui-checkout | 0 | 7 | 2 | 0 | 0 | 4 | 13 |
ui-circulation | 0 | 2 | 5 | 1 | 0 | 5 | 13 |
ui-circulation-log | 0 | 0 | 5 | 0 | 0 | 1 | 6 |
ui-courses | 0 | 2 | 2 | 0 | 0 | 0 | 4 |
ui-data-export | 0 | 0 | 13 | 0 | 0 | 0 | 13 |
ui-data-import | 2 | 13 | 22 | 0 | 0 | 0 | 37 |
ui-eholdings | 0 | 6 | 38 | 0 | 0 | 1 | 45 |
ui-erm-usage | 0 | 1 | 1 | 0 | 0 | 9 | 11 |
ui-export-manager | 0 | 5 | 0 | 0 | 0 | 0 | 5 |
ui-finance | 1 | 4 | 17 | 0 | 0 | 0 | 22 |
ui-finc | 0 | 0 | 0 | 0 | 0 | 11 | 11 |
ui-inventory | 1 | 11 | 38 | 2 | 0 | 5 | 57 |
Total Unique Issues: | 31 | 239 | 556 | 21 | 1 | 278 | 1126 |
Remaining Open Bugs at Time of Release
Project | Priority | ||||||
---|---|---|---|---|---|---|---|
P1 | P2 | P3 | P4 | P5 | TBD | T: | |
mod-okapi-facade | 0 | 1 | 0 | 0 | 0 | 1 | 2 |
ACQ Draft | 0 | 0 | 0 | 0 | 0 | 1 | 1 |
ARCHIVED: edge-resolver | 0 | 0 | 0 | 0 | 0 | 1 | 1 |
ARCHIVED: ui-search-es | 0 | 2 | 4 | 0 | 0 | 2 | 8 |
Bug Fest | 49 | 39 | 31 | 0 | 0 | 41 | 160 |
Chalmers | 0 | 0 | 3 | 0 | 0 | 34 | 37 |
ERM Platform | 24 | 51 | 25 | 8 | 0 | 292 | 400 |
EUREKA | 54 | 97 | 84 | 0 | 0 | 61 | 296 |
FOLIO | 4 | 41 | 52 | 3 | 0 | 135 | 235 |
Folio Automation Testing | 9 | 5997 | 14 | 1 | 0 | 31 | 6052 |
JIRA Configuration | 0 | 0 | 0 | 0 | 0 | 1 | 1 |
MetaDB-Improvement | 0 | 0 | 0 | 0 | 0 | 4 | 4 |
Module Descriptor Validator | 0 | 0 | 0 | 0 | 0 | 3 | 3 |
Okapi | 4 | 7 | 9 | 3 | 0 | 67 | 90 |
RAML Module Builder | 2 | 21 | 18 | 0 | 0 | 77 | 118 |
Reservoir | 1 | 3 | 1 | 0 | 0 | 6 | 11 |
Service Interaction | 1 | 2 | 1 | 0 | 0 | 13 | 17 |
Stripes | 2 | 9 | 5 | 2 | 0 | 3 | 21 |
Support | 1 | 3 | 4 | 0 | 0 | 8 | 16 |
UI-Serials-Management | 1 | 9 | 7 | 0 | 0 | 42 | 59 |
User Experience Design | 0 | 0 | 0 | 0 | 0 | 2 | 2 |
Z39.50 | 2 | 2 | 3 | 0 | 0 | 6 | 13 |
application-builder | 0 | 0 | 0 | 1 | 0 | 1 | 2 |
application-descriptors | 2 | 2 | 0 | 0 | 0 | 0 | 4 |
applications-poc-tools | 1 | 4 | 0 | 0 | 0 | 1 | 6 |
cql2pgjson | 0 | 0 | 3 | 0 | 0 | 0 | 3 |
data-import-processing-core | 15 | 65 | 18 | 2 | 0 | 6 | 106 |
edge-api-utils | 0 | 1 | 1 | 0 | 0 | 4 | 6 |
edge-caiasoft | 0 | 6 | 0 | 0 | 0 | 2 | 8 |
edge-common | 0 | 2 | 1 | 0 | 0 | 11 | 14 |
edge-common-spring | 0 | 3 | 0 | 0 | 0 | 3 | 6 |
edge-connexion | 1 | 2 | 1 | 0 | 0 | 7 | 11 |
edge-courses | 0 | 3 | 2 | 0 | 0 | 0 | 5 |
edge-dcb | 0 | 1 | 1 | 0 | 0 | 0 | 2 |
edge-dematic | 3 | 8 | 5 | 0 | 0 | 4 | 20 |
edge-fqm | 0 | 5 | 0 | 0 | 0 | 0 | 5 |
edge-inn-reach | 5 | 2 | 0 | 1 | 0 | 5 | 13 |
edge-lti-courses | 0 | 4 | 0 | 0 | 0 | 2 | 6 |
edge-ncip | 0 | 1 | 0 | 0 | 0 | 1 | 2 |
edge-oai-pmh | 0 | 5 | 0 | 0 | 0 | 2 | 7 |
edge-orders | 0 | 2 | 2 | 0 | 0 | 2 | 6 |
edge-patron | 2 | 3 | 9 | 0 | 0 | 5 | 19 |
edge-rtac | 1 | 3 | 6 | 1 | 0 | 4 | 15 |
eslint-config-stripes | 0 | 0 | 1 | 1 | 0 | 4 | 6 |
folio-custom-fields | 0 | 0 | 2 | 0 | 0 | 3 | 5 |
folio-di-support | 0 | 0 | 0 | 0 | 0 | 1 | 1 |
folio-export-common | 0 | 1 | 0 | 0 | 0 | 0 | 1 |
folio-kafka-wrapper-util | 1 | 4 | 2 | 0 | 0 | 2 | 9 |
folio-keycloak | 0 | 4 | 2 | 0 | 0 | 0 | 6 |
folio-kong | 2 | 1 | 2 | 0 | 0 | 0 | 5 |
folio-module-sidecar | 4 | 4 | 4 | 0 | 0 | 2 | 14 |
folio-query-tool-metadata | 0 | 0 | 2 | 0 | 0 | 0 | 2 |
folio-s3-client | 0 | 2 | 3 | 0 | 0 | 4 | 9 |
folio-service-tools | 1 | 0 | 4 | 2 | 0 | 3 | 10 |
folio-spring-support | 3 | 5 | 8 | 0 | 0 | 24 | 40 |
folio-vertx-lib | 0 | 1 | 0 | 0 | 0 | 16 | 17 |
generate-marc-utils | 0 | 2 | 4 | 0 | 0 | 2 | 8 |
isbn-util | 0 | 1 | 0 | 0 | 0 | 0 | 1 |
lib-fqm-query-processor | 0 | 1 | 1 | 0 | 0 | 0 | 2 |
liquibase-util | 0 | 2 | 3 | 0 | 0 | 4 | 9 |
mgr-applications | 0 | 1 | 4 | 0 | 0 | 0 | 5 |
mgr-tenant-entitlements | 1 | 3 | 8 | 0 | 0 | 5 | 17 |
mgr-tenants | 0 | 1 | 1 | 0 | 0 | 0 | 2 |
mod-audit | 0 | 14 | 7 | 1 | 0 | 9 | 31 |
mod-authtoken | 1 | 7 | 2 | 0 | 0 | 13 | 23 |
mod-bulk-operations | 5 | 31 | 39 | 1 | 1 | 10 | 87 |
mod-bulkedit | 0 | 0 | 0 | 0 | 0 | 1 | 1 |
mod-bursar-export | 0 | 0 | 0 | 0 | 0 | 1 | 1 |
mod-calendar | 3 | 2 | 1 | 1 | 0 | 7 | 14 |
mod-camunda | 0 | 0 | 0 | 0 | 0 | 2 | 2 |
mod-circulation | 51 | 162 | 67 | 4 | 0 | 39 | 323 |
mod-circulation-bff | 0 | 0 | 1 | 0 | 0 | 0 | 1 |
mod-circulation-item | 0 | 1 | 0 | 0 | 0 | 4 | 5 |
mod-circulation-storage | 4 | 31 | 8 | 1 | 0 | 11 | 55 |
mod-codex-inventory | 0 | 0 | 1 | 2 | 0 | 0 | 3 |
mod-codex-mock | 0 | 1 | 0 | 0 | 0 | 0 | 1 |
mod-codex-mux | 0 | 0 | 2 | 0 | 0 | 0 | 2 |
mod-configuration | 0 | 2 | 3 | 0 | 0 | 9 | 14 |
mod-consortia | 3 | 6 | 1 | 0 | 0 | 0 | 10 |
mod-consortia-keycloak | 4 | 2 | 1 | 0 | 0 | 1 | 8 |
mod-copycat | 2 | 7 | 0 | 0 | 0 | 6 | 15 |
mod-courses | 0 | 11 | 3 | 0 | 0 | 6 | 20 |
mod-customfields | 0 | 0 | 2 | 0 | 0 | 0 | 2 |
mod-data-export | 5 | 39 | 35 | 1 | 0 | 7 | 87 |
mod-data-export-spring | 9 | 28 | 10 | 3 | 0 | 6 | 56 |
mod-data-export-worker | 12 | 77 | 51 | 1 | 0 | 16 | 157 |
mod-data-import | 24 | 58 | 41 | 1 | 0 | 16 | 140 |
mod-data-loader | 0 | 0 | 2 | 0 | 0 | 0 | 2 |
mod-dcb | 2 | 4 | 2 | 0 | 0 | 4 | 12 |
mod-di-converter-storage | 6 | 21 | 9 | 3 | 0 | 1 | 40 |
mod-ebsconet | 1 | 6 | 2 | 0 | 0 | 1 | 10 |
mod-email | 2 | 1 | 1 | 0 | 0 | 3 | 7 |
mod-entities-links | 5 | 30 | 42 | 4 | 0 | 6 | 87 |
mod-erm-usage | 1 | 2 | 1 | 0 | 0 | 15 | 19 |
mod-erm-usage-harvester | 1 | 6 | 2 | 0 | 0 | 23 | 32 |
mod-eusage-counter | 0 | 0 | 2 | 0 | 0 | 12 | 14 |
mod-eusage-reports | 17 | 10 | 0 | 0 | 0 | 29 | 56 |
mod-event-config | 0 | 0 | 0 | 0 | 0 | 1 | 1 |
mod-feesfines | 0 | 29 | 10 | 3 | 0 | 9 | 51 |
mod-finance | 6 | 16 | 14 | 2 | 0 | 3 | 41 |
Total Unique Issues: | 865 | 9280 | 3049 | 298 | 24 | 2515 | 16031 |