diff --git a/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/ComponentTool_viewContentList/listbox.xml b/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/ComponentTool_viewContentList/listbox.xml index 3b5f29711a3c9d8508b16bd81c50bf723f21aa2f..2d9e3374a7491428488ceb9b1f527cc685a16ca2 100644 --- a/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/ComponentTool_viewContentList/listbox.xml +++ b/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/ComponentTool_viewContentList/listbox.xml @@ -85,6 +85,10 @@ <string>id</string> <string>ID</string> </tuple> + <tuple> + <string>version</string> + <string>Version</string> + </tuple> <tuple> <string>translated_portal_type</string> <string>Type</string> diff --git a/product/ERP5/bootstrap/erp5_core/bt/change_log b/product/ERP5/bootstrap/erp5_core/bt/change_log index f43b85dd008f5505845b67fa1212f39d97ea845a..d8c63591b2e5f03ef4e286927e1a9930a8e92184 100644 --- a/product/ERP5/bootstrap/erp5_core/bt/change_log +++ b/product/ERP5/bootstrap/erp5_core/bt/change_log @@ -1,3 +1,6 @@ +2012-02-28 arnaud.fontaine +* Show Component version on ComponentTool view. + 2012-02-28 arnaud.fontaine * Add Developer Role on portal_components which is the only Role with write permissions on portal_components and subobjects. * Modify component_validation_workflow to not set Permissions and let it get it from portal_components instead. diff --git a/product/ERP5/bootstrap/erp5_core/bt/revision b/product/ERP5/bootstrap/erp5_core/bt/revision index a7d5a595c036b3f0a59fb8634cc8bfb1f71ee96c..10e075c29ddb468c0cb42543ac95b7b76433fa1b 100644 --- a/product/ERP5/bootstrap/erp5_core/bt/revision +++ b/product/ERP5/bootstrap/erp5_core/bt/revision @@ -1 +1 @@ -41012 \ No newline at end of file +41013 \ No newline at end of file