Skip to content

Commit

Permalink
[FIX] helpdesk_mgmt_project: use id instead of active_id
Browse files Browse the repository at this point in the history
  • Loading branch information
alessandro-fiorino committed Nov 6, 2024
1 parent 0f89658 commit d40d06f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions helpdesk_mgmt_project/views/project_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
type="action"
icon="fa-file"
name="%(ticket_action_from_project)d"
context="{'search_default_project_id': active_id, 'default_project_id': active_id}"
context="{'search_default_project_id': id, 'default_project_id': id}"
groups="helpdesk_mgmt.group_helpdesk_user_own"
>
<field string="Tickets" name="ticket_count" widget="statinfo" />
Expand All @@ -37,7 +37,7 @@
class="o_project_kanban_box"
name="%(ticket_action_from_project)d"
type="action"
context="{'search_default_project_id': active_id, 'default_project_id': active_id}"
context="{'search_default_project_id': id, 'default_project_id': id}"
groups="helpdesk_mgmt.group_helpdesk_user_own"
>
<div>
Expand Down

0 comments on commit d40d06f

Please sign in to comment.