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

Version 1 Next »


SSP v2.5.0 General Release Announcement

SSP v2.5.0 Release TBD

Release Highlights

  • Significant performance improvements in the MAP tool
  • Added a person directory to allow for searching students in already added in SSP and those only in external data
  • Moved file based configurations to the System Configuration
  • Database performance improvements
  • Validation on each configuration item
  • Priority bugs and stabilization tasks

 

Release Notes

  • During a fix for the Journal track-step-detail administration, a bug was discovered that incorrectly set the object_status on associations that were based in active tracks, steps or details.  A Liquibase script to cleanup Journal step-detail associations that were originally incorrectly set is deployed to correct the associations.  The changes sets any journal_step, journal_step_detail association to an object_status of INACTIVE if either the Journal_Step or the Journal_step_detail is INACTIVE.  The impact would be to potentially that a number of Journal Step Details that are visible currently in the user interface will become invisible.  Although fewer may display, only the correct associations will display.  New associations can be created to replace the incorrect/inactive associations that will no longer display.

 

update journal_step_journal_step_detail set object_status = 2 
where journal_step_id = (select id from journal_step where object_status = 2) 
or journal_step_detail_id = (select id from journal_step_detail where object_status = 2);

v2.5.0 JIRA Issues

Bugs

Improvements and New Features

Tasks

  • No labels