From 861467c32fe6fa8f940cecc1e8f40cd6fe996b80 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9rome=20Perrin?= <jerome@nexedi.com> Date: Fri, 31 Oct 2014 11:52:08 +0100 Subject: [PATCH] typo --- product/ERP5/Document/BusinessTemplate.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/product/ERP5/Document/BusinessTemplate.py b/product/ERP5/Document/BusinessTemplate.py index 0b1811c67c..966e9e8e12 100644 --- a/product/ERP5/Document/BusinessTemplate.py +++ b/product/ERP5/Document/BusinessTemplate.py @@ -2903,7 +2903,7 @@ class ActionTemplateItem(ObjectTemplateItem): LOG('Products.ERP5.Document.BusinessTemplate', WARNING, 'Redirected action export', 'Attempted to retrieve action %r from %r which is no longer an ' - 'IActionProvided. Retrieving action from portal_actions instead' % + 'IActionProvider. Retrieving action from portal_actions instead' % (value, obj.getId())) obj = context.getPortalObject().portal_actions id_id = 'id' @@ -2977,7 +2977,7 @@ class ActionTemplateItem(ObjectTemplateItem): LOG('Products.ERP5.Document.BusinessTemplate', WARNING, 'Redirected action import', 'Attempted to store action %r in %r which is no longer an ' - 'IActionProvided. Storing action on portal_actions instead' % + 'IActionProvider. Storing action on portal_actions instead' % (id, path)) container = p.portal_actions obj, action = container, obj -- 2.30.9