From 42d434f7bb7aaab8088d17dd432b50011fd35aab Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Sun, 25 Nov 2018 01:34:44 -0400 Subject: [PATCH] Upload Wizard: Add double click support Add support to select the document type using a Double Click action on the form. Signed-off-by: Roberto Rosario --- mayan/apps/sources/wizards.py | 1 + 1 file changed, 1 insertion(+) diff --git a/mayan/apps/sources/wizards.py b/mayan/apps/sources/wizards.py index 61802119dc..89ffa0f645 100644 --- a/mayan/apps/sources/wizards.py +++ b/mayan/apps/sources/wizards.py @@ -160,6 +160,7 @@ class DocumentCreateWizard(SessionWizardView): wizard_step = WizardStep.get(name=self.steps.current) context.update({ + 'form_css_classes': 'form-hotkey-double-click', 'step_title': _( 'Step %(step)d of %(total_steps)d: %(step_label)s' ) % {