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.
2 parents 573045b + 6fa810a commit 26235d1Copy full SHA for 26235d1
services/static-webserver/client/source/class/osparc/data/model/Workbench.js
@@ -935,7 +935,11 @@ qx.Class.define("osparc.data.model.Workbench", {
935
});
936
},
937
938
- /** DEPRECATED */
+ /**
939
+ * @deprecated This method is deprecated and will be removed in a future release.
940
+ * Please use `__deserialize` instead for deserializing workbench data.
941
+ * Migration: Replace calls to `__deserializeOld` with `__deserialize`.
942
+ */
943
__deserializeOld: function(workbenchInitData, workbenchUIInitData) {
944
this.__deserializeNodesOld(workbenchInitData, workbenchUIInitData)
945
.then(() => {
0 commit comments