Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
SQL to delete dup perms:
	delete from up_permission_activity where activity_name in ('PERSON_STUDENT_DOCUMENT_READ','PERSON_STUDENT_DOCUMENT_WRITE');
	2 results

SQL to remove group to perm relationships:
	delete from up_permission where activity in ('PERSON_STUDENT_DOCUMENT_READ','PERSON_STUDENT_DOCUMENT_WRITE');
	6 results      

...

 

  • uPortal Database Update

 

Code Block
uPortal Database: Updates the uPortal database to include SSO options contributed by St Petersburg College and Indian River State College

		ant -Dmaven.test.skip=true db-update
		
		Alternatively, the update can be done during the deployment with:
		
		ant -Dmaven.test.skip=true clean db-update deploy-ear

 

  • uPortal Permissions and Groups to support SSP Roles

 

Code Block
uPortal Permissions and Groups: All SSP changes introduced in 2.0-b3 can be completing by importing data through an ant build with the following command
    ant -Dmaven.test.skip=true -Ddir=uportal-war/src/main/data/ssp_entities/patches-SSP-2-0-0/ data-import

To import changes individually, the following imports can be run.  If the command above was run, then the three individual imports are not necessary

    1.  Creates MAP public template write permission

        ant -Dmaven.test.skip=true -Ddir=uportal-war/src/main/data/ssp_entities/patches-SSP-2-0-0/SSP-1473/ data-import
    2.  Creates read/write permissions to the SSP_FACULTY_ROLE for the Appointment  API
        ant -Dmaven.test.skip=true -Ddir=uportal-war/src/main/data/ssp_entities/patches-SSP-2-0-0/SSP-1284/ data-

...

import
    3.  

...

Registers the 

...

SSP_STUDENT 

...

role 

...

to 

...

the 

...

uPortal 

...

SSP 

...

Roles 

...

Group 

...

and 

...

creates 

...

the MAP_PUBLIC_TEMPLATE role
        ant -Dmaven.test.skip=true -

...

Dfile=uportal-war/src/main/data/ssp_entities/

...

group_membership/SSP_Roles/SSP_Roles.group-membership.xml data-import


Anchor
Beta2
Beta2
Beta 2

Improvement

...