begin adding state management to new document selection

This commit is contained in:
2026-07-30 16:41:50 +02:00
parent 07ae18271e
commit 2b6268e38a
4 changed files with 277 additions and 74 deletions
+1 -2
View File
@@ -130,7 +130,6 @@ if TYPE_CHECKING:
)
from wce_crm.types import (
ConsId,
ExtMaId,
LinkingConsultationsEntryCompany,
LinkingConsultationsEntryPerson,
)
@@ -5626,7 +5625,7 @@ class Page_Consulting_ConsultingSession(QWidget):
self.btn_delete.setEnabled(False)
else:
unlock_form(self.widget_registry)
self.btn_delete.setEnabled(False)
self.btn_delete.setEnabled(True)
def _sync_GUI_to_state(self) -> None:
self.STATE.zeitstempel = self.timestamp.get_pydatetime()