Skip to content

Commit

Permalink
Merge branch 'main' into N21-1273-adds-externalidtoken-to-icurruser
Browse files Browse the repository at this point in the history
  • Loading branch information
arnegns authored Oct 13, 2023
2 parents ff26eb3 + 0866f9b commit 446caea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions views/courses/edit-course.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,8 @@
{{#ifConfig "FEATURE_CTL_TOOLS_TAB_ENABLED" true}}
{{#ifConfig "FEATURE_VIDEOCONFERENCE_ENABLED" true}}
<div class="form-group">
<input id="activateConf" type="checkbox" name="videoconference" value="true" data-testid="videoconf_checkbox" {{#inArray "videoconference" @root.course.features}}checked{{/inArray}} {{#inArray "videoconference" @root.schoolData.features}} {{else}} disabled {{/inArray}}>
<label for="activateConf">{{$t "courses._course.edit.label.activateVideoConferences"}}</label>
<input id="activateConf" type="checkbox" name="videoconference" value="true" data-testid="videoconf_checkbox" {{#if @root.course.isArchived}}disabled{{/if}} {{#inArray "videoconference" @root.course.features}}checked{{/inArray}} {{#inArray "videoconference" @root.schoolData.features}} {{else}} disabled {{/inArray}}>
<label for="activateConf">{{$t "courses._course.edit.label.activateVideoConferences"}}</label>
{{#inArray "videoconference" @root.schoolData.features}}
{{else}}
<small class="form-text text-muted">
Expand Down

0 comments on commit 446caea

Please sign in to comment.