Skip to content

Commit 0f124d0

Browse files
committed
comment
1 parent 158a8ed commit 0f124d0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

services/static-webserver/client/source/class/osparc/data/model/Conversation.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ qx.Class.define("osparc.data.model.Conversation", {
303303
setAppointment: function(appointment) {
304304
const extraContext = this.getExtraContext() || {};
305305
extraContext["appointment"] = appointment ? appointment.toISOString() : null;
306-
// OM Supporters are not allowed to patch the conversation metadata yet
306+
// OM: Supporters are not allowed to patch the conversation metadata yet
307307
const backendAllowsPatch = osparc.store.Products.getInstance().amIASupportUser() ? false : true;
308308
if (backendAllowsPatch) {
309309
return osparc.store.ConversationsSupport.getInstance().patchExtraContext(this.getConversationId(), extraContext)

services/static-webserver/client/source/class/osparc/ui/form/DateTimeField.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
https://osparc.io
66
77
Copyright:
8-
2022 IT'IS Foundation, https://itis.swiss
8+
2025 IT'IS Foundation, https://itis.swiss
99
1010
License:
1111
MIT: https://opensource.org/licenses/MIT

0 commit comments

Comments
 (0)