From 6bb58b82113c0910ba44163ec104286e638444d2 Mon Sep 17 00:00:00 2001 From: Romain Courteaud <romain@nexedi.com> Date: Tue, 19 Feb 2008 17:07:55 +0000 Subject: [PATCH] Forgot to commit the propertysheet in r19407. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19413 20353a03-c40f-0410-a6d1-a30d3c3de9de --- product/ERP5/PropertySheet/BusinessTemplate.py | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/product/ERP5/PropertySheet/BusinessTemplate.py b/product/ERP5/PropertySheet/BusinessTemplate.py index 452a859651..42123e45cf 100644 --- a/product/ERP5/PropertySheet/BusinessTemplate.py +++ b/product/ERP5/PropertySheet/BusinessTemplate.py @@ -160,6 +160,17 @@ class BusinessTemplate: 'type' : 'lines', 'mode' : 'w', 'default' : () }, + { 'id' : 'template_catalog_role_key', + 'description' : 'A list of ids of catalog role keys used by this template', + 'type' : 'lines', + 'mode' : 'w', + 'default' : () }, + { 'id' : 'template_catalog_local_role_key', + 'description' : 'A list of ids of catalog local role keys used by ' \ + 'this template', + 'type' : 'lines', + 'mode' : 'w', + 'default' : () }, { 'id' : 'template_site_property_id', 'description' : 'A list of ids of site properties used by this template', 'type' : 'lines', -- 2.30.9