Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Next »

SSP v2.1 general release announcement

 

Last paragraph of

Error rendering macro 'jira' : Unable to locate Jira server for this macro. It may be due to Application Link configuration.

Remove unused permissions with SQL

  • delete from up_permission where activity in ('PERSON_TEST_READ','PERSON_TRANSCRIPT_READ');
  • delete from up_permission_activity where activity_fname in ('PERSON_TEST_READ','PERSON_TRANSCRIPT_READ');

 

Add new bulk reassign permission for the Caseload Reassignment tool

ant -Dmaven.test.skip=true -Ddir=uportal-war/src/main/data/ssp_entities/patches-SSP-2-1-0/SSP-1762 data-import

 

Add SSP adminsitrators to the uPortal administrators group

ant -Dmaven.test.skip=true -Ddir=uportal-war/src/main/data/ssp_entities/group_membership/Portal_Administrators.group-membership.xml

 

Correct the DATA_ENGLISH_SECOND_LANGAGE permission * Applies to 2.0.1 also*

update up_permission set activity = 'DATA_ENGLISH_SECOND_LANGUAGE' where activity = 'DATA_ENGLISH_SECOND_LANGAGE'

update up_permission_activity set activity_fname  = 'DATA_ENGLISH_SECOND_LANGUAGE', activity_name = 'DATA_ENGLISH_SECOND_LANGUAGE' 
where activity_fname = 'DATA_ENGLISH_SECOND_LANGAGE'

 

v2.1 JIRA Issues

 

 

 

 

  • No labels