mirror of
https://github.com/OCA/pms.git
synced 2025-01-29 00:17:45 +02:00
[IMP] pms-api-rest: fix property, feeds, folio & dashboard services 4 dashboard
This commit is contained in:
committed by
Darío Lodeiros
parent
561f0c4b18
commit
381fa0f555
@@ -33,7 +33,7 @@ class PmsFeedRss(Component):
|
||||
description=rss.description,
|
||||
publishDate=str(rss.publish_date),
|
||||
author=rss.author if rss.author else "",
|
||||
imageUrl=rss.image_url if rss.image_url else "",
|
||||
imageUrl="https://www.roomdoo.com/wp-content/uploads/2021/09/hotel-roomdoo.png"
|
||||
)
|
||||
)
|
||||
return result_rss
|
||||
|
||||
Reference in New Issue
Block a user