Skip to content

Commit

Permalink
Add Support Playbook instructions for publishing old course
Browse files Browse the repository at this point in the history
  • Loading branch information
inulty-dfe committed Nov 19, 2024
1 parent e5d6dc1 commit ca771bd
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions guides/support_playbook.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,14 @@ RecruitmentCycle.current.providers.find_by(provider_code: "1JJ").discard

If the organisation has running courses, you will get a validation error. In this scenario you just need to make sure there aren't any users attached to it.

## Publishing a course from an old recruitment cycle


Use the Rake task for publishing courses [PublishCourse Rake Task](../lib/tasks/publish_course.rake)

Get the uuid of the course you want to publish and choose a user (your own user ideally) to publish.


## Unpublishing a published course

Sometimes providers will accidentally publish a course and would like to unpublish it.
Expand Down

0 comments on commit ca771bd

Please sign in to comment.