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

@@ -46,8 +46,11 @@ void InstructorsView::slot_NeedUpdateUI(bool treeInstructor, bool treeTrainee)
{
updateButtons();
if(treeInstructor)
loadInstructorsFromDB();
if(authComplited)
{
if(treeInstructor)
loadInstructorsFromDB();
}
}
void InstructorsView::preparationTreeWidget()