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 1aecd75 commit c75bcffCopy full SHA for c75bcff
services/static-webserver/client/source/class/osparc/store/Services.js
@@ -204,7 +204,7 @@ qx.Class.define("osparc.store.Services", {
204
continue;
205
}
206
if (excludeDeprecated) {
207
- if (osparc.service.Utils.isDeprecated(serviceLatest)) {
+ if (serviceLatest["release"]["retired"]) {
208
// first check if a previous version of this service isn't deprecated
209
// getService to get its history
210
await this.getService(serviceLatest["key"], serviceLatest["version"]);
0 commit comments