From cc1f0763f620c7d064ed80bfbb8cf8de4ce7d796 Mon Sep 17 00:00:00 2001 From: Kazuhiko Shiozaki <kazuhiko@nexedi.com> Date: Tue, 8 Jan 2013 13:08:16 +0100 Subject: [PATCH] fix some issues in activity tool watcher. * fix jquery.js location * field title should be string --- .../ActivityTool_viewWatcher/activity_watcher_gadget.xml | 2 +- .../portal_skins/erp5_core/ActivityWatcherGadget_view.xml | 2 +- product/ERP5/bootstrap/erp5_core/bt/revision | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/ActivityTool_viewWatcher/activity_watcher_gadget.xml b/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/ActivityTool_viewWatcher/activity_watcher_gadget.xml index d1bb8bf88c..e96028dd19 100644 --- a/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/ActivityTool_viewWatcher/activity_watcher_gadget.xml +++ b/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/ActivityTool_viewWatcher/activity_watcher_gadget.xml @@ -254,7 +254,7 @@ <dictionary> <item> <key> <string>_text</string> </key> - <value> <string>python: None</string> </value> + <value> <string>string:</string> </value> </item> </dictionary> </pickle> diff --git a/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/ActivityWatcherGadget_view.xml b/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/ActivityWatcherGadget_view.xml index 2fb9d8c8b8..699b075c68 100644 --- a/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/ActivityWatcherGadget_view.xml +++ b/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/ActivityWatcherGadget_view.xml @@ -38,7 +38,7 @@ <div>\n <div id="activity_watcher_gadget"></div>\n - <script src="../erp5_jquery/jquery/core/jquery.js"></script>\n + <script src="jquery/core/jquery.js"></script>\n <script src="activity-watcher-gadget.js"></script>\n </div> diff --git a/product/ERP5/bootstrap/erp5_core/bt/revision b/product/ERP5/bootstrap/erp5_core/bt/revision index a65eb12723..8c82f23ce4 100644 --- a/product/ERP5/bootstrap/erp5_core/bt/revision +++ b/product/ERP5/bootstrap/erp5_core/bt/revision @@ -1 +1 @@ -41054 \ No newline at end of file +41055 \ No newline at end of file -- 2.30.9