Nuxeo mailing list archives
[Nuxeo-tickets] Re: [Nuxeo Repository] #1714: CPS site roots
sometimes with wrong translations in French and in English
Nuxeo Repository
trac at nuxeo.com
Sat Jul 29 17:05:49 CEST 2006
#1714: CPS site roots sometimes with wrong translations in French and in English
--------------------------+-------------------------------------------------
Reporter: madarche | Owner: fguillaume
Type: defect | Status: new
Priority: P2 | Milestone: CPS 3.4.2
Component: CPS (global) | Version: TRUNK
Severity: normal | Resolution:
Keywords: l10n |
--------------------------+-------------------------------------------------
Comment (by atchertchian):
The portlet displaying the sections and worspaces tabs is not the same
than the one displaying the members tab.
There's a missing info in tree caches for this to work correctly (did not
commit it: not sure that ob is always a proxy):
{{{
$ svn di TreesTool.py
Index: TreesTool.py
===================================================================
--- TreesTool.py (revision 47572)
+++ TreesTool.py (working copy)
@@ -260,6 +260,7 @@
'id': ob.getId(),
'rpath': self.getRpath(ob),
'portal_type': ob.portal_type,
+ 'l10n_titles': ob.getL10nTitles(),
})
info.update(self.getNodeSecurityInfo(ob))
return info
}}}
But you'll also have to figure out why the english revision of each root
does not hold its translated title... :( This is a regression in roots
creation mechanism.
--
Ticket URL: <http://svn.nuxeo.org/trac/pub/ticket/1714>
Nuxeo Repository <http://www.cps-project.org/>
Nuxeo Repository
More information about the Nuxeo-tickets
mailing list
This list archive provided by Nuxeo, the
leaders of open source ECM.
Check out the Nuxeo 5 open source,
standards-based ECM project.