bugFixing 0

This commit is contained in:
2025-09-16 11:03:10 +03:00
parent 0e81d14566
commit 31cf125c2f
4 changed files with 72 additions and 7 deletions

View File

@@ -47,8 +47,11 @@ void TraineesView::slot_NeedUpdateUI(bool treeInstructor, bool treeTrainee)
{
updateButtons();
if(treeTrainee)
loadTraineesFromDB();
if(authComplited)
{
if(treeTrainee)
loadTraineesFromDB();
}
}
void TraineesView::preparationTreeWidget()