Hi all,

Because of this bugfix one of the translation disappeared in the party
module ('The code of the party must be unique!'). So translators need to
update the csv file.

Bertrand


----- Message Transféré -----

Date: Thu, 21 Oct 2010 23:50:22 +0200
De: Bertrand Chenal <[email protected]>
À: [email protected], [email protected]
Sujet: changeset in hg/modules/party_vcarddav: Update sql_constraint
in...


changeset fd3dc1f87b7b in //home/hg/modules/party_vcarddav
details:
http://hg.tryton.org/hg/modules/party_vcarddav?cmd=changeset;node=fd3dc1f87b7b
description: Update sql_constraint instead of redefining it

diffstat:

 party.py |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 740f46dc6881 -r fd3dc1f87b7b party.py
--- a/party.py  Tue Aug 24 20:56:16 2010 +0200
+++ b/party.py  Thu Oct 21 23:50:36 2010 +0200
@@ -17,7 +17,7 @@
 
     def __init__(self):
         super(Party, self).__init__()
-        self._sql_constraints = [
+        self._sql_constraints += [
                 ('uuid_uniq', 'UNIQUE(uuid)',
                     'The UUID of the party must be unique!'),
         ]

-- 
[email protected] mailing list

Reply via email to