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
basket
Commits
1ca56452485a
Commit
c991d769
authored
May 12, 2009
by
sylvain.thenault@logilab.fr
Browse files
final rtag api
parent
8960a2c45834
Changes
1
Hide whitespace changes
Inline
Side-by-side
views.py
View file @
1ca56452
...
...
@@ -17,8 +17,8 @@ from cubicweb.web.htmlwidgets import BoxWidget
from
cubicweb.web.views
import
baseviews
# displayed by the basket box
uicfg
.
rdisplay
.
tag_relation
(
'*'
,
'in_basket'
,
'
!
*'
,
{}
)
uicfg
.
rdisplay
.
tag_relation
(
'
!
*'
,
'in_basket'
,
'*'
,
{}
)
uicfg
.
primaryview_section
.
tag_subject_of
(
(
'*'
,
'in_basket'
,
'*'
)
,
'hidden'
)
uicfg
.
primaryview_section
.
tag_object_of
(
(
'*'
,
'in_basket'
,
'*'
)
,
'hidden'
)
class
BasketPrimaryView
(
baseviews
.
PrimaryView
):
...
...
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