Skip to content
Snippets Groups Projects
Commit f05e8655 authored by Christophe Simonis's avatar Christophe Simonis
Browse files

[FIX] project: correct tour (bis)

Automatic tour should not open the kanban record directly in edit mode.
This "edit" link wasn't working and has been fixed by 2e0a3000.
parent fb773091
Branches
Tags
No related merge requests found
......@@ -58,9 +58,11 @@ tour.register('project_tour', {
extra_trigger: '.o_kanban_project_tasks',
content: _t("Click on a card to get the details of the task."),
position: "bottom",
run: function (actions) {
actions.auto(".o_kanban_record .oe_kanban_action[data-type=edit]");
},
}, {
trigger: ".o_form_button_edit",
extra_trigger: '.o_form_project_tasks',
content: _t('Click on this button to modify the task.'),
position: "bottom"
}, {
trigger: ".o_form_field.o_task_user_field",
extra_trigger: '.o_form_project_tasks.o_form_editable',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment