Study programme step is automatically skipped for faculties without programmes

This commit is contained in:
2025-10-07 12:09:00 +02:00
parent 670dd9596e
commit cc7a3908f6
2 changed files with 9 additions and 2 deletions

View File

@@ -55,6 +55,7 @@ let steps = {
}
},
programme: {
condition: () => programmes[steps.faculty.result.name] !== undefined,
title: "Který program studujete?",
layout: programme_layout,
result: {