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

Merge branch 'oppdatere-inline-edit-view-etter-oppsett-endres' of...

Merge branch 'oppdatere-inline-edit-view-etter-oppsett-endres' of https://gitlab.stud.idi.ntnu.no/bachelor-paa-bittet/soitool into oppdatere-inline-edit-view-etter-oppsett-endres
parents 39aa6c31 ccd9e4f7
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 #77733 passed
......@@ -181,7 +181,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