Editing entry labels
This commit is contained in:
@@ -102,3 +102,10 @@ class ShowAddTranslation(ClickMessage):
|
||||
return
|
||||
|
||||
console.log("Should not be here!")
|
||||
|
||||
|
||||
class ShowEntryLabelsEdit(ClickMessage):
|
||||
def update_model(self, model):
|
||||
model.modal_shown = True
|
||||
model.entry.make_copy()
|
||||
model.modal = lambda: modals.edit_entry_labels(model.entry)
|
||||
|
||||
Reference in New Issue
Block a user