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 3232be1 commit cd506b1Copy full SHA for cd506b1
services/static-webserver/client/source/class/osparc/store/Services.js
@@ -255,7 +255,7 @@ qx.Class.define("osparc.store.Services", {
255
getInaccessibleServices: function(workbench) {
256
const allServices = this.__servicesCached;
257
const unaccessibleServices = [];
258
- const wbServices = new Set(this.extractUniqueServices(workbench));
+ const wbServices = new Set(osparc.study.Utils.extractUniqueServices(workbench));
259
wbServices.forEach(srv => {
260
if (srv.key in allServices && srv.version in allServices[srv.key]) {
261
return;
0 commit comments