SSP v2.1.0 general release announcement
Last paragraph of
Jira Legacy | ||||||
---|---|---|---|---|---|---|
|
For implementers with an exsting installation of 2.0.0 or 2.0.1, the changes described below should be executed after the release is build during the upgrade process. New installations of 2.1.0 are not required to make the changes described below. Specific attention to deployment should be noted for number 1.
Info |
---|
1) External Table Database update- The external_student_test table has a new column named discriminator and included in the primary key definition. When deploying 2.1, the new column will be added regardless of the values of db_liquibase_external_apply_natural_keys. The default value of 'discriminator' is '1'. The application does not care what values are set. It is intended to be a completely opaque value used exclusively to distinguish between multiple completion of the same test on the same date. The application will fail to start if duplicate data exists in the table. In those cases, follow the steps below:
2) Remove unused permissions with SQL
3) |
...
Add new permissions for configurable Confidentiality Levels
4) |
...
Add new bulk reassign permission for the Caseload Reassignment tool
5) |
...
Add SSP adminsitrators to the uPortal administrators group
6) |
...
Correct the DATA_ENGLISH_SECOND_LANGAGE permission
|
New Confidentiality Levels
- define approach for generic levels
- define access by users when creating/editing an entity
- any new generic CL defined should be added to oauth perms to access the new CLs
External Table Database update
The external_student_test table has a new column named discriminator and included in the primary key definition. When deploying 2.1, the new column will be added regardless of the values of db_liquibase_external_apply_natural_keys. The default value of 'discriminator' is '1'. The application does not care what values are set. It is intended to be a completely opaque value used exclusively to distinguish between multiple completion of the same test on the same date. The application will fail to start if duplicate data exists in the table. In those cases, follow the steps below:
...
7) SSP-1668 represent a fix for case-insensitive user searches in uPortal. The personDirectoryContext.xml has been modified in upstream versions including 2.1.0. Any existing implementation should review the changes and appropriately configure. The details of the change are described in the uPortal pull request. |
v2.1 JIRA Issues