Skip to content

Commit

Permalink
Skip data removal from pivot table model
Browse files Browse the repository at this point in the history
  • Loading branch information
soininen committed Sep 12, 2023
1 parent 3da1ee5 commit 4565cd4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -982,6 +982,7 @@ def _handle_parameter_values_added(self, db_map_data):

def _handle_parameter_values_removed(self, db_map_data):
data = self._load_full_parameter_value_data(db_map_parameter_values=db_map_data, action="remove")
return
self.remove_from_model(data)

def _handle_alternatives_added(self, db_map_data):
Expand Down

0 comments on commit 4565cd4

Please sign in to comment.