Skip to content

Commit

Permalink
Changes according to renamed display mode tables in spinedb_api
Browse files Browse the repository at this point in the history
  • Loading branch information
soininen committed Aug 21, 2024
1 parent f593c2c commit 15aa2ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion spinetoolbox/widgets/select_database_items.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ class SelectDatabaseItems(QWidget):
_SCENARIO_ITEMS = ("alternative", "scenario", "scenario_alternative", "entity_alternative")
_STRUCTURAL_ITEMS = (
"entity_class",
"display_mode",
"entity_class_display_mode",
"display_mode__entity_class",
"superclass_subclass",
"parameter_value_list",
"list_value",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ def test_stored_state(self):
"scenario": False,
"scenario_alternative": False,
"superclass_subclass": False,
"display_mode": False,
"entity_class_display_mode": False,
"display_mode__entity_class": False,
},
)
self.assertTrue(dialog._database_check_boxes_widget._check_boxes[self._db_map].isChecked())
Expand Down

0 comments on commit 15aa2ba

Please sign in to comment.