Skip to content

Commit

Permalink
[FIX] confirmation_wizard: _prepare_action method is updated
Browse files Browse the repository at this point in the history
  • Loading branch information
geomer198 committed Sep 23, 2024
1 parent 7b9b96f commit bd8d75a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions confirmation_wizard/wizard/confirmation_wizard.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ def _prepare_action(self, title=None):
action.update(
{
"name": title or _("Confirmation"),
"res_id": self.id,
"context": self._context,
}
)
Expand Down

0 comments on commit bd8d75a

Please sign in to comment.