We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebaeadb commit 4473389Copy full SHA for 4473389
services/static-webserver/client/source/class/osparc/po/Announcements.js
@@ -119,10 +119,11 @@ qx.Class.define("osparc.po.Announcements", {
119
}
120
const announcementData = {
121
"id": osparc.utils.Utils.uuidV4(),
122
- "products": JSON.stringify(products),
+ "products": products,
123
"title": title.getValue() ? title.getValue() : "",
124
"description": description.getValue() ? description.getValue() : "",
125
- "widgets": JSON.stringify(widgets),
+ "link": link.getValue() ? link.getValue() : "",
126
+ "widgets": widgets,
127
"start": start.getValue(),
128
"end": end.getValue(),
129
};
0 commit comments