Skip to content

Commit

Permalink
[BUG FIX] [MER-4141] Add certificate field to new course creation (#5338
Browse files Browse the repository at this point in the history
)
  • Loading branch information
simonchoxx authored Jan 7, 2025
1 parent de46a56 commit 69231c4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/oli_web/live/new_course/new_course.ex
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,8 @@ defmodule OliWeb.Delivery.NewCourse do
has_experiments: has_experiments,
analytics_version: :v2,
welcome_title: project.welcome_title,
encouraging_subtitle: project.encouraging_subtitle
encouraging_subtitle: project.encouraging_subtitle,
certificate: nil
})

case create_from_publication(socket, publication, section_params) do
Expand Down

0 comments on commit 69231c4

Please sign in to comment.