Skip to content

Commit 4473389

Browse files
committed
working
1 parent ebaeadb commit 4473389

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

services/static-webserver/client/source/class/osparc/po/Announcements.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,10 +119,11 @@ qx.Class.define("osparc.po.Announcements", {
119119
}
120120
const announcementData = {
121121
"id": osparc.utils.Utils.uuidV4(),
122-
"products": JSON.stringify(products),
122+
"products": products,
123123
"title": title.getValue() ? title.getValue() : "",
124124
"description": description.getValue() ? description.getValue() : "",
125-
"widgets": JSON.stringify(widgets),
125+
"link": link.getValue() ? link.getValue() : "",
126+
"widgets": widgets,
126127
"start": start.getValue(),
127128
"end": end.getValue(),
128129
};

0 commit comments

Comments
 (0)