Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
cubicweb
cubicweb
Commits
6c23a5e0c490
Commit
da7b0064
authored
May 12, 2009
by
sylvain.thenault@logilab.fr
Browse files
meeep
--HG-- branch : tls-sprint
parent
a25c7c73c8f6
Changes
1
Hide whitespace changes
Inline
Side-by-side
web/views/editforms.py
View file @
6c23a5e0
...
...
@@ -121,7 +121,6 @@ class ClickAndEditFormView(FormViewMixIn, EntityView):
self
.
w
(
form
.
form_render
(
renderer
=
renderer
))
def
_build_relation_form
(
self
,
entity
,
value
,
rtype
,
role
,
row
,
col
,
vid
):
rtype
=
'person_in_charge'
entity
=
self
.
entity
(
row
,
col
)
divid
=
'd%s'
%
make_uid
(
'%s-%s'
%
(
rtype
,
entity
.
eid
))
event_data
=
{
'divid'
:
divid
,
'eid'
:
entity
.
eid
,
'rtype'
:
rtype
,
'vid'
:
vid
}
...
...
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