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
cubes
person
Commits
777b4727c565
Commit
12ec4193
authored
Sep 12, 2014
by
Aurelien Campeas
Browse files
[entities] fetch_order -> cw_fetch_order
parent
0c277b7e016c
Changes
1
Hide whitespace changes
Inline
Side-by-side
entities.py
View file @
777b4727
...
...
@@ -11,7 +11,7 @@ from cubicweb.entities import AnyEntity, fetch_config
class
Person
(
AnyEntity
):
"""customized class for Person entities"""
__regid__
=
'Person'
fetch_attrs
,
fetch_order
=
fetch_config
([
'surname'
,
'firstname'
])
fetch_attrs
,
cw_
fetch_order
=
fetch_config
([
'surname'
,
'firstname'
])
rest_attr
=
'surname'
skip_copy_for
=
(
'primary_email'
,)
...
...
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