Override feature causes an error when a curriculum has been disabled
Issue
When using the Override feature after a curriculum has been disabled, a 'Request Not Processed' error is returned.
Reason
This is due to an issue in Breeze. Engineering is looking into a solution for the issue.
Solution
Run the following script on the Breeze database to clear the disabled scos from the curriculum learning path:
delete from pps_learning_path where current_sco_id in (select sco_id from pps_scos where disabled is not null) and curriculum_id = <curriculum ID>;
This content requires Flash
To view this content, JavaScript must be enabled, and you need the latest version of the Adobe Flash Player.
Download the free Flash Player now!
