Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
boal committed Oct 25, 2023
1 parent 3a925c4 commit cd363cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/views/Abfrage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -581,7 +581,7 @@ export default class Abfrage extends Mixins(
private async startStatusUebergang(transition: TransitionDto) {
if (!this.isFormDirty()) {
let toastMessage = "Die Abfrage hatte einen erfolgreichen Statuswechsel";
if (transition.url === "keine-bearbeitung-noetig") {
if (transition.url === "erledigt-ohne-fachreferat") {
toastMessage = "Die Abfrage wird ohne Einbindung der Fachreferate abgeschlossen";
}
const validationMessage: string | null = this.findFaultInAbfrageForSave(this.abfrage);
Expand Down

0 comments on commit cd363cd

Please sign in to comment.