Skip to content
Snippets Groups Projects
Commit ccd9e4f7 authored by Thomas Holene Løkkeborg's avatar Thomas Holene Løkkeborg
Browse files

Apply suggestion to soitool/setup_settings.py

parent e448c819
No related branches found
No related tags found
1 merge request!48#81 SOI listeners for prop oppdateringer & InlineEditableSOIView endres når oppsett lagres
Pipeline #77714 passed
......@@ -179,7 +179,7 @@ class Setup(QDialog): # pylint: disable = R0902
property_changes["valid_to"] = self.edit_valid_to.text()
property_changes[
"classification"
] = self.edit_classification.currentText().lower()
] = self.edit_classification.currentText()
# find which radiobutton that is checked
if self.rbutton_landscape.isChecked():
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment