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

#81 gradering i SOI blir i gjort til stor bokstav

parent fd9300b3
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 #77713 passed
......@@ -221,9 +221,7 @@ class Setup(QDialog): # pylint: disable = R0902
self.edit_date.setText(self.soi.date)
self.edit_valid_from.setText(self.soi.valid_from)
self.edit_valid_to.setText(self.soi.valid_to)
self.edit_classification.setCurrentText(
self.soi.classification.upper()
)
self.edit_classification.setCurrentText(self.soi.classification)
# check radiobuttons according to current SOI settings
if self.soi.orientation == "landscape":
......
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