до изменения NEW_GROUP

This commit is contained in:
krivoshein
2024-12-13 13:22:10 +03:00
parent 14148356e0
commit f58baa7ab9
24 changed files with 199 additions and 108 deletions

View File

@@ -30,15 +30,12 @@ EditorInstructors::~EditorInstructors()
void EditorInstructors::on_btnNewInstructor_clicked()
{
connectorToServer->sendQueryToDB(TypeQueryToDB::TYPE_QUERY_NEW_INSTRUCTOR);
/*
Instructor instructor;
Instructor instructor_edit;
if(editInstructor(instructor, &instructor_edit))
connectorToServer->sendQueryToDB(TypeQueryToDB::TYPE_QUERY_NEW_INSTRUCTOR, 0, &instructor_edit);
*/
return;
/*
if(int id_instructor = dbLMS->newInstructor())