Issues
- Replace postgresql-embedded by testcontainers.orgCQLPG-100Resolved issue: CQLPG-100
- remove regex-based query time tokenizationCQLPG-96Resolved issue: CQLPG-96Hongwei Ji
- SPIKE: design foreign key search supportCQLPG-95Resolved issue: CQLPG-95Eric Valuk
- Move README.md back to root directory. This fixes many broken links.CQLPG-93Resolved issue: CQLPG-93Julian Ladisch
- generated queries are not aligned with lower/f_unaccent for indexes that use themCQLPG-91Resolved issue: CQLPG-91
- Remove legacy query translation based on individual json schema filesCQLPG-90Resolved issue: CQLPG-90Hongwei Ji
- sortBy id should directly use primary key _id (avoiding jsonb->>'id')CQLPG-89Resolved issue: CQLPG-89Eric Valuk
- Implement id > [uuid] for paginationCQLPG-88Resolved issue: CQLPG-88Julian Ladisch
- SPIKE: Determine the scope of the work required to implement cross-table queriesCQLPG-87Resolved issue: CQLPG-87Kurt Nordstrom
- id <>CQLPG-86Resolved issue: CQLPG-86Julian Ladisch
- Redesign CQL to SQL generation (part 2)CQLPG-85Resolved issue: CQLPG-85
- Add command line client to allow for debuggingCQLPG-84Resolved issue: CQLPG-84Kurt Nordstrom
- Allow CQL2PGJSON to specify the path for the 'schema.json' fileCQLPG-82Resolved issue: CQLPG-82Kurt Nordstrom
- Redesign CQL to SQL generationCQLPG-81Resolved issue: CQLPG-81Hongwei Ji
- == relation creates a LIKE statementCQLPG-80Resolved issue: CQLPG-80Julian Ladisch
- Invoke pgId for the primary key, do not hardcode "id"CQLPG-79Resolved issue: CQLPG-79
- Create CQL2PgJSON constructor for 2 and 3 pairs of field + schemaJsonCQLPG-78Resolved issue: CQLPG-78
- Deprecate CQL2PgJSON constructors without schemaCQLPG-77
- Fix security vulnerabilities reported in jackson-databind >= 2.9.0, < 2.9.8CQLPG-76Resolved issue: CQLPG-76Julian Ladisch
- Still issue with schema refs on WindowsCQLPG-75Resolved issue: CQLPG-75Adam Dickmeiss
- Broken maven-surefire-pluginCQLPG-74Resolved issue: CQLPG-74Adam Dickmeiss
- Replace <prerequisites><maven> by maven-enforcer-plugin requireMavenVersionCQLPG-73Resolved issue: CQLPG-73Julian Ladisch
- Finish unit test for $ref http://CQLPG-72Resolved issue: CQLPG-72Julian Ladisch
- Allow /ignoreCase /masked /respectAccents for the primary key id fieldCQLPG-71Resolved issue: CQLPG-71Julian Ladisch
- comparing id to invalid UUID: Don't throw error message, simply don't matchCQLPG-70Resolved issue: CQLPG-70Julian Ladisch
- Security vulnerability reported in jackson-databindCQLPG-69Resolved issue: CQLPG-69Julian Ladisch
- Probably incorrect handling of ref in methodCQLPG-68Resolved issue: CQLPG-68Adam Dickmeiss
- default pkColumnName = "id"CQLPG-67Resolved issue: CQLPG-67Julian Ladisch
- Fix validating of array field namesCQLPG-66Resolved issue: CQLPG-66Julian Ladisch
- Add documentation and unit tests for matching "*" and "" (CQLPG-61)CQLPG-65Resolved issue: CQLPG-65Heikki Levanto
- Stop processing a schema path on prefix mismatchCQLPG-64
- Drop field name to full field path resolutionCQLPG-63Resolved issue: CQLPG-63Julian Ladisch
- following schema refs causes ambiguous field names in indexesCQLPG-62Resolved issue: CQLPG-62
- Equals empty is not same as equals starCQLPG-61Resolved issue: CQLPG-61Heikki Levanto
- Follow refs so can have cyclesCQLPG-60Resolved issue: CQLPG-60Adam Dickmeiss
- Get rid of the regexp indexes and queriesCQLPG-59Resolved issue: CQLPG-59Heikki Levanto
- ID searches way too slowCQLPG-58Resolved issue: CQLPG-58Heikki Levanto
- Trailing space breaks fulltext searchCQLPG-55Resolved issue: CQLPG-55Heikki Levanto
- Fix stopwords by using 'simple' dictionary instead of 'english'CQLPG-54Resolved issue: CQLPG-54Heikki Levanto
- optimize title=* OR contributor=* OR identifier=*CQLPG-53Resolved issue: CQLPG-53Heikki Levanto
- title=* failsCQLPG-52Resolved issue: CQLPG-52Heikki Levanto
- Q3 ReleaseCQLPG-51Resolved issue: CQLPG-51Heikki Levanto
- Breaks RMB unit testCQLPG-50Resolved issue: CQLPG-50Heikki Levanto
- More Schema-driven indexesCQLPG-49Resolved issue: CQLPG-49Heikki Levanto
- email in fulltextCQLPG-48Resolved issue: CQLPG-48Heikki Levanto
- SPIKE: how to handle Numeric indexes in schema.jsonCQLPG-47
- Allow mixed indexesCQLPG-46Resolved issue: CQLPG-46Heikki Levanto
- Use primary key for id searchesCQLPG-45Resolved issue: CQLPG-45Heikki Levanto
- Performance experimentCQLPG-44Resolved issue: CQLPG-44Heikki Levanto
- Array searches in the FT modeCQLPG-42Resolved issue: CQLPG-42Heikki Levanto
50 of 91
Overview:
Service points recently added to a user can disappear if the page is reloaded
Steps to Reproduce:
Log into FOLIO as diku_admin
Create a new service point
Edit the diku_admin user and add the new service point
The new service point should be an option in the "Switch Service Point" modal in the top right
Refresh the page
The new service point is no longer displayed
Additional Information:
If the user logs out and then logs back in the problem no longer occurs