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
cubicweb
Commits
1dc4f480ba1a
Commit
477f1427
authored
Feb 12, 2020
by
Nicola Spanti
Browse files
[web/views] Backport changeset
be63e0fd43d0
(it is a fix) in 3.26
--HG-- branch : 3.26
parent
cc71a801b846
Changes
1
Hide whitespace changes
Inline
Side-by-side
cubicweb/web/views/uicfg.py
View file @
1dc4f480
...
...
@@ -525,7 +525,7 @@ class AutoformSectionRelationTags(RelationTagsSet):
afs.set_muledit_editable('CWUser', ('firstname', 'surname', 'in_group'))
"""
for
attr
in
attrs
:
self
.
edit_as_attr
(
self
,
etype
,
attr
,
formtype
=
'muledit'
)
self
.
edit_as_attr
(
etype
,
attr
,
formtype
=
'muledit'
)
autoform_section
=
AutoformSectionRelationTags
(
__module__
=
__name__
)
...
...
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