Skip to content

Commit 87fda83

Browse files
committed
comment
1 parent fa2e4fb commit 87fda83

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

services/static-webserver/client/source/class/osparc/dashboard/ResourceDetails.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ qx.Class.define("osparc.dashboard.ResourceDetails", {
5757
case "template":
5858
case "tutorial":
5959
case "hypertool":
60+
// when getting the latest study data, the debt information was lost
6061
if (osparc.study.Utils.isInDebt(this.__studyData)) {
6162
const mainStore = qx.store.Store.getInstance();
6263
this.__resourceData["debt"] = mainStore.getStudyDebt(this.__resourceData["uuid"]);

0 commit comments

Comments
 (0)