Created WastewaterArticAssociation, added tip handling.

This commit is contained in:
lwark
2024-06-14 13:26:24 -05:00
parent 62b826c2d1
commit 00f21abac7
4 changed files with 44 additions and 54 deletions

View File

@@ -128,7 +128,9 @@ class RoleComboBox(QWidget):
self.process.addItems([item for item in equip2.processes if item in self.role.processes])
def update_tips(self):
"""
Changes what tips are available when process is changed
"""
process = self.process.currentText()
logger.debug(f"Checking process: {process}")
process = Process.query(name=process)