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
email
Commits
d546b03774c5
Commit
fb27e230
authored
Apr 15, 2010
by
Sylvain Thénault
Browse files
more uicfg tweaks
--HG-- branch : stable
parent
2c8dde98521a
Changes
1
Hide whitespace changes
Inline
Side-by-side
views/__init__.py
View file @
d546b037
from
cubicweb.web
import
uicfg
uicfg
.
primaryview_section
.
tag_object_of
((
'Email'
,
'in_thread'
,
'EmailThread'
),
'hidden'
)
uicfg
.
autoform_section
.
tag_subject_of
((
'*'
,
'generated_by'
,
'Email'
),
'main'
,
'hidden'
)
_pvs
=
uicfg
.
primaryview_section
_pvs
.
tag_object_of
((
'Email'
,
'in_thread'
,
'EmailThread'
),
'hidden'
)
# XXX fix cw.web.views.emailaddress.EmailAddressPrimaryView view
# using proper view and uicfg config
_pvs
.
tag_object_of
((
'*'
,
'sender'
,
'EmailAddress'
),
'hidden'
)
_pvs
.
tag_object_of
((
'*'
,
'recipients'
,
'EmailAddress'
),
'hidden'
)
_pvs
.
tag_object_of
((
'*'
,
'cc'
,
'EmailAddress'
),
'hidden'
)
_afs
=
uicfg
.
autoform_section
_afs
.
tag_object_of
((
'*'
,
'sender'
,
'EmailAddress'
),
'main'
,
'hidden'
)
_afs
.
tag_object_of
((
'*'
,
'recipients'
,
'EmailAddress'
),
'main'
,
'hidden'
)
_afs
.
tag_object_of
((
'*'
,
'cc'
,
'EmailAddress'
),
'main'
,
'hidden'
)
_afs
.
tag_subject_of
((
'*'
,
'generated_by'
,
'Email'
),
'main'
,
'hidden'
)
Write
Preview
Supports
Markdown
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