From ab0ae9d698e9463f99fc789be513e2a8ace91425 Mon Sep 17 00:00:00 2001 From: Nicolas Dumazet <nicolas.dumazet@nexedi.com> Date: Thu, 15 Oct 2009 12:35:26 +0000 Subject: [PATCH] move preferred_unit_test_sql_connection_string to Preference.py git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29673 20353a03-c40f-0410-a6d1-a30d3c3de9de --- product/ERP5/PropertySheet/DocumentPreference.py | 6 ------ product/ERP5/PropertySheet/Preference.py | 6 ++++++ 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/product/ERP5/PropertySheet/DocumentPreference.py b/product/ERP5/PropertySheet/DocumentPreference.py index 8dfa036507..0ee198cb6e 100644 --- a/product/ERP5/PropertySheet/DocumentPreference.py +++ b/product/ERP5/PropertySheet/DocumentPreference.py @@ -96,12 +96,6 @@ class DocumentPreference: 'write_permission': 'Manage properties', 'preference' : 1, 'mode' : '' }, - { 'id' : 'preferred_unit_test_sql_connection_string', - 'description' : 'Preferred Unit Test SQL Connection String', - 'type' : 'string', - 'write_permission': 'Manage properties', - 'preference' : 1, - 'mode' : '' }, ) # vim: shiftwidth=2 diff --git a/product/ERP5/PropertySheet/Preference.py b/product/ERP5/PropertySheet/Preference.py index 522d7d2cd6..9f28274eec 100644 --- a/product/ERP5/PropertySheet/Preference.py +++ b/product/ERP5/PropertySheet/Preference.py @@ -115,5 +115,11 @@ class Preference: 'preference' : 1, 'write_permission': 'Manage properties', 'mode' : 'w'}, + { 'id' : 'preferred_unit_test_sql_connection_string', + 'description' : 'Preferred Unit Test SQL Connection String', + 'type' : 'string', + 'write_permission': 'Manage properties', + 'preference' : 1, + 'mode' : '' }, ) -- 2.30.9