Cédric Krier pushed to branch branch/default at Tryton / Tryton
Commits:
32a257d1 by Cédric Krier at 2023-01-17T14:40:43+01:00
Pass wizard config when converting action in proteus
- - - - -
1 changed file:
- proteus/proteus/__init__.py
Changes:
=====================================
proteus/proteus/__init__.py
=====================================
@@ -1254,8 +1254,8 @@
self.actions = []
for action in result.get('actions', []):
- proteus_action = _convert_action(*action,
- context=self._context)
+ proteus_action = _convert_action(
+ *action, context=self._context, config=self._config)
if proteus_action is not None:
self.actions.append(proteus_action)
View it on Heptapod:
https://foss.heptapod.net/tryton/tryton/-/commit/32a257d1e64f9e8ad90ee23fe6b11b0e9c4ed901
--
View it on Heptapod:
https://foss.heptapod.net/tryton/tryton/-/commit/32a257d1e64f9e8ad90ee23fe6b11b0e9c4ed901
You're receiving this email because of your account on foss.heptapod.net.