fix(theses): initial submission must be unlocked
This commit is contained in:
parent
1436af269b
commit
6626ebbabe
37
theses.yaml
37
theses.yaml
@ -1,4 +1,4 @@
|
|||||||
# SPDX-FileCopyrightText: 2022 Gregor Kleen <gregor.kleen@ifi.lmu.de>,Michael Fink Amores <finkamores@cip.ifi.lmu.de>,Sarah Vaupel <sarah.vaupel@ifi.lmu.de>
|
# SPDX-FileCopyrightText: 2022 Gregor Kleen <gregor.kleen@ifi.lmu.de>,Michael Fink Amores <finkamores@cip.ifi.lmu.de>,Sarah Vaupel <sarah.vaupel@ifi.lmu.de>,David Mosbach <david.mosbach@campus.lmu.de>
|
||||||
#
|
#
|
||||||
# SPDX-License-Identifier: AGPL-3.0-or-later
|
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||||
|
|
||||||
@ -2120,11 +2120,11 @@ nodes:
|
|||||||
tooltip: null
|
tooltip: null
|
||||||
optional: false
|
optional: false
|
||||||
"init hochladen": # temporary
|
"init hochladen": # temporary
|
||||||
mode: initial
|
mode: manual
|
||||||
|
source: "initiales hochladen freigeschaltet"
|
||||||
messages:
|
messages:
|
||||||
- viewers:
|
- viewers:
|
||||||
- *student
|
- *student
|
||||||
- tag: initiator
|
|
||||||
status: info
|
status: info
|
||||||
content:
|
content:
|
||||||
fallback: "Hier können Sie Ihre Abschlussarbeit hochladen, wenn Sie diese als Informatik- oder Medieninformatikstudent:in an einem Informatiklehrstuhl geschrieben haben.
|
fallback: "Hier können Sie Ihre Abschlussarbeit hochladen, wenn Sie diese als Informatik- oder Medieninformatikstudent:in an einem Informatiklehrstuhl geschrieben haben.
|
||||||
@ -2139,17 +2139,13 @@ nodes:
|
|||||||
translations:
|
translations:
|
||||||
en-eu: "Upload thesis"
|
en-eu: "Upload thesis"
|
||||||
actors:
|
actors:
|
||||||
- tag: authorized
|
- *student
|
||||||
authorized: { "dnf-terms": [[{"tag": "variable", "var": "student" }]] }
|
|
||||||
view-actor: *view-alle
|
view-actor: *view-alle
|
||||||
form:
|
form:
|
||||||
"abgabe": *abgabe-form
|
"abgabe": *abgabe-form
|
||||||
"abgabe, add": *abgabe-add-form
|
"abgabe, add": *abgabe-add-form
|
||||||
"eigenstaendigkeit": *eigenstaendig-form
|
"eigenstaendigkeit": *eigenstaendig-form
|
||||||
"zustimmung": *zustimmung-form
|
"zustimmung": *zustimmung-form
|
||||||
"student":
|
|
||||||
- "1":
|
|
||||||
tag: capture-user
|
|
||||||
"sprache": *sprache-form
|
"sprache": *sprache-form
|
||||||
"titel": *titel-form
|
"titel": *titel-form
|
||||||
"titel, englisch": *entitel-form
|
"titel, englisch": *entitel-form
|
||||||
@ -2204,6 +2200,31 @@ nodes:
|
|||||||
form:
|
form:
|
||||||
"kommunikation": *kommunikation-form
|
"kommunikation": *kommunikation-form
|
||||||
"notizen": *notizen-form
|
"notizen": *notizen-form
|
||||||
|
|
||||||
|
"initiales hochladen freigeschaltet":
|
||||||
|
viewers:
|
||||||
|
display-label:
|
||||||
|
fallback: "Abgabe freigeschaltet"
|
||||||
|
fallback-lang: de-de-formal
|
||||||
|
translations:
|
||||||
|
en-eu: "Submission enabled"
|
||||||
|
viewers: *view-alle
|
||||||
|
payload-view: *payload-view-akt
|
||||||
|
final: false
|
||||||
|
edges:
|
||||||
|
"hochladen durch student:in freischalten":
|
||||||
|
mode: initial
|
||||||
|
display-label:
|
||||||
|
fallback: "Initiale Abgabe für Student:in freischalten"
|
||||||
|
fallback-lang: de-de-formal
|
||||||
|
translations:
|
||||||
|
en-eu: "Enable initial submission for student"
|
||||||
|
actors:
|
||||||
|
- *pruefungsamt
|
||||||
|
view-actor: *view-alle
|
||||||
|
form:
|
||||||
|
"student": *student-form
|
||||||
|
|
||||||
"datei, nachbessern":
|
"datei, nachbessern":
|
||||||
viewers:
|
viewers:
|
||||||
display-label:
|
display-label:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user