AddTranslation now uses EditTranslation interface/modal.
This commit is contained in:
parent
1e612fb2a0
commit
3bcc75effa
|
@ -91,7 +91,7 @@ class BinTranslation(DataChgClickMessage):
|
||||||
model.translation = None
|
model.translation = None
|
||||||
|
|
||||||
|
|
||||||
class AddTranslation(DataChgClickMessage):
|
class AddTranslation(EditTranslation):
|
||||||
def handle_cluster_change(self, new_cluster_idx, _):
|
def handle_cluster_change(self, new_cluster_idx, _):
|
||||||
# we need to cheat here
|
# we need to cheat here
|
||||||
# sense was actually given in constructor in third place
|
# sense was actually given in constructor in third place
|
||||||
|
|
Loading…
Reference in New Issue
Block a user