Skip to content

Commit 2a19e64

Browse files
committed
remove attachments from lecture wizard mode
1 parent a00c1b5 commit 2a19e64

File tree

2 files changed

+2
-11
lines changed

2 files changed

+2
-11
lines changed

jest.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,9 +91,9 @@ module.exports = {
9191
coverageThreshold: {
9292
global: {
9393
// TODO: in the future, the following values should increase to at least 90%
94-
statements: 88.96,
94+
statements: 88.98,
9595
branches: 75.15,
96-
functions: 82.98,
96+
functions: 82.96,
9797
lines: 89.04,
9898
},
9999
},

src/main/webapp/app/lecture/manage/lecture-update/lecture-update.component.html

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -49,15 +49,6 @@ <h3 id="artemisApp.lecture.sections.title"><span jhiTranslate="artemisApp.lectur
4949
<fa-icon [icon]="faSave" class="me-1" /><span jhiTranslate="entity.action.save"></span>
5050
</button>
5151
</div>
52-
@if (isEditMode()) {
53-
<div>
54-
<h3 id="artemisApp.lecture.sections.attachments"><span jhiTranslate="artemisApp.lecture.sections.attachments"></span></h3>
55-
<p id="artemisApp.lecture.sections.attachmentsDescription">
56-
<span jhiTranslate="artemisApp.lecture.sections.attachmentsDescription"></span>
57-
</p>
58-
<jhi-lecture-attachments [lectureId]="lecture().id" [showHeader]="false" />
59-
</div>
60-
}
6152
</div>
6253
@if (isEditMode()) {
6354
<div class="mt-3">

0 commit comments

Comments
 (0)