Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
cubicweb
cubicweb
Commits
a5bed0cd3956
Commit
33659a3f
authored
Oct 11, 2010
by
Sylvain Thénault
Browse files
[i18n cube] skip bw compat registries boxes and contentnavigation
parent
ac7126d2cd73
Changes
1
Hide whitespace changes
Inline
Side-by-side
devtools/devctl.py
View file @
a5bed0cd
...
...
@@ -234,6 +234,8 @@ def _generate_schema_pot(w, vreg, schema, libconfig=None):
def
_iter_vreg_objids
(
vreg
,
done
):
for
reg
,
objdict
in
vreg
.
items
():
if
reg
in
(
'boxes'
,
'contentnavigation'
):
continue
for
objects
in
objdict
.
values
():
for
obj
in
objects
:
objid
=
'%s_%s'
%
(
reg
,
obj
.
__regid__
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment