feat: Teilnehmerlisten in Lerngruppen importieren
This commit is contained in:
@@ -23,6 +23,8 @@
|
||||
<CheckBox Content="Ausgetretene anzeigen" IsChecked="{Binding ShowFormerStudents}"
|
||||
VerticalAlignment="Center"/>
|
||||
<Button Content="+ Schüler" Command="{Binding AddStudentCommand}" IsEnabled="{Binding IsEditable}"/>
|
||||
<Button Content="⇩ Teilnehmer importieren…" Click="OnImportParticipantsClick"
|
||||
IsEnabled="{Binding IsEditable}"/>
|
||||
<Button Content="{Binding SelectedStudent.WithdrawActionLabel}"
|
||||
Command="{Binding WithdrawStudentCommand}"
|
||||
IsVisible="{Binding SelectedStudent, Converter={x:Static ObjectConverters.IsNotNull}}"/>
|
||||
|
||||
Reference in New Issue
Block a user