From 2b321b73cef232926df71b90e5a916bd934d56e5 Mon Sep 17 00:00:00 2001 From: Iain McNulty Date: Tue, 19 Nov 2024 11:23:40 +0000 Subject: [PATCH] Add Support Playbook instructions for publishing old course --- guides/support_playbook.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/guides/support_playbook.md b/guides/support_playbook.md index fb418c193c..8b2ecfb3a2 100644 --- a/guides/support_playbook.md +++ b/guides/support_playbook.md @@ -28,6 +28,13 @@ 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.