Versions Compared

Key

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

...

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 theitems three1-3 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.  RegistersGrants thepermissions SSP_STUDENTto roleCoaches tofor the uPortalReports SSPportlet Roles Group and createsNotes the MAP_PUBLIC_TEMPLATE role
        to appropriate roles
		ant -Dmaven.test.skip=true -DfileDdir=uportal-war/src/main/data/ssp_entities/group_membership/SSP_Roles/SSP_Roles.group-membership.xmlpatches-SSP-2-0-0/SSP-1526/ data-import
	4.  Grants permissionsRegisters the SSP_STUDENT role to Coaches for the Reports portlet and Notes to appropriate roles
		the uPortal SSP Roles Group and creates the MAP_PUBLIC_TEMPLATE role
        ant -Dmaven.test.skip=true -DdirDfile=./uportal-war/src/main/data/ssp_entities/patches-SSP-2-0-0/SSP-1526group_membership/SSP_Roles/SSP_Roles.group-membership.xml data-import
	5.  Grants global permissions for MyGPS
		ant -Dmaven.test.skip=true -Dfile=./uportal-war/src/main/data/ssp_entities/patches-SSP-1-2-0/SSP-698/fragment-definition/my-gps-lo.fragment-definition.xml data-import
		ant -Dmaven.test.skip=true -Dfile=./uportal-war/src/main/data/ssp_entities/patches-SSP-1-2-0/SSP-698/permission_set/Authenticated_Users__MY_GPS_TOOL__SSP.permission-set.xml data-import

...