From 81497076decb6abf20eaacdcf921c884d919f416 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Nowak?= <luke@nexedi.com> Date: Thu, 30 Aug 2012 11:14:59 +0200 Subject: [PATCH] Be more informative about transaction. --- .../vifib_hosting/AccountingTransaction_startPayment.xml | 2 +- master/bt5/vifib_web/bt/revision | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/master/bt5/vifib_web/SkinTemplateItem/portal_skins/vifib_hosting/AccountingTransaction_startPayment.xml b/master/bt5/vifib_web/SkinTemplateItem/portal_skins/vifib_hosting/AccountingTransaction_startPayment.xml index d987e35a0..5854a0d48 100644 --- a/master/bt5/vifib_web/SkinTemplateItem/portal_skins/vifib_hosting/AccountingTransaction_startPayment.xml +++ b/master/bt5/vifib_web/SkinTemplateItem/portal_skins/vifib_hosting/AccountingTransaction_startPayment.xml @@ -82,7 +82,7 @@ system_event_kw = {\n \'source_value\': service,\n \'destination_value\': context,\n }\n -system_event = portal.system_event_module.newContent(title=\'User navigation script\', **system_event_kw)\n +system_event = portal.system_event_module.newContent(title=\'User navigation script for %s\' % context.getTitle(), **system_event_kw)\n \n if today != current_today or integration_site.getMappingFromCategory(\'causality/%s\' % context.getRelativeUrl()) == \'Causality/%s\' % context.getRelativeUrl():\n # new or too old transaction\n diff --git a/master/bt5/vifib_web/bt/revision b/master/bt5/vifib_web/bt/revision index e04c4148a..2da567393 100644 --- a/master/bt5/vifib_web/bt/revision +++ b/master/bt5/vifib_web/bt/revision @@ -1 +1 @@ -417 \ No newline at end of file +418 \ No newline at end of file -- 2.30.9