Skip to content

Commit

Permalink
Merge PR #551 into 16.0
Browse files Browse the repository at this point in the history
Signed-off-by pedrobaeza
  • Loading branch information
OCA-git-bot committed Nov 6, 2024
2 parents 0f89658 + d40d06f commit 3963fb9
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 3963fb9

Please sign in to comment.