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
seda
Commits
b02d94fc3a8e
Commit
f49a81e8
authored
Jun 13, 2016
by
Sylvain Thénault
Browse files
[ui] Fix class name
parent
4dfef375b284
Changes
1
Hide whitespace changes
Inline
Side-by-side
views/dataobject.py
View file @
b02d94fc
...
...
@@ -195,11 +195,11 @@ class RelationshipBusinessValueLinkEntityView(viewlib.BusinessValueLinkEntityVie
self
.
w
(
self
.
_cw
.
_
(
', no relationship type specified'
))
class
Attachment
Typed
BusinessValueEntityView
(
viewlib
.
BusinessValueEntityView
):
class
AttachmentBusinessValueEntityView
(
viewlib
.
BusinessValueEntityView
):
__select__
=
is_instance
(
'SEDAAttachment'
)
def
entity_call
(
self
,
entity
):
super
(
Attachment
Typed
BusinessValueEntityView
,
self
).
entity_call
(
entity
)
super
(
AttachmentBusinessValueEntityView
,
self
).
entity_call
(
entity
)
attributes
=
[]
for
rtype
in
(
'reverse_seda_uri'
,
'reverse_seda_filename'
):
values
=
getattr
(
entity
,
rtype
)
...
...
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