Skip to content

Commit

Permalink
StudyProgramme: Status is a required setting
Browse files Browse the repository at this point in the history
  • Loading branch information
klees committed Oct 4, 2018
1 parent 61a8458 commit 749a0c4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,7 @@ protected function buildForm(\ilObjStudyProgramme $prg, string $submit_action) :
self::PROP_STATUS =>
$ff->select($txt("prg_status"), $status_options)
->withValue((string)$prg->getStatus())
->withRequired(true)
],
$txt("prg_assessment"),
""
Expand Down

0 comments on commit 749a0c4

Please sign in to comment.