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
cubes
blog
Commits
cf9133adfacb
Commit
58a87629
authored
Nov 02, 2020
by
Nicolas Chauvat
Browse files
fix: entity.set_attributes renamed to entity.cw_set in cw 3.15 !
parent
5c1603fe772e
Pipeline
#19473
passed with stages
in 1 minute and 57 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
cubicweb_blog/sobjects.py
View file @
cf9133ad
...
...
@@ -222,7 +222,7 @@ if DataFeedParser is not None:
return
entity
def
update_blogpost
(
self
,
entity
,
item
):
entity
.
set
_attributes
(
**
item
)
entity
.
cw_
set
(
**
item
)
return
entity
if
rdflib
is
not
None
:
...
...
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