AddTranslation now uses EditTranslation interface/modal.

pull/1/head
Ozbolt Menegatti 4 years ago
parent 1e612fb2a0
commit 3bcc75effa

@ -91,7 +91,7 @@ class BinTranslation(DataChgClickMessage):
model.translation = None
class AddTranslation(DataChgClickMessage):
class AddTranslation(EditTranslation):
def handle_cluster_change(self, new_cluster_idx, _):
# we need to cheat here
# sense was actually given in constructor in third place

Loading…
Cancel
Save