Skip to content

Commit

Permalink
Study detail page: some shortcuts are wrongly linked ITISFoundation#1303
Browse files Browse the repository at this point in the history
  • Loading branch information
jsaq007 committed Mar 27, 2024
1 parent 6e9be67 commit 66bb733
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -520,7 +520,7 @@ qx.Class.define("osparc.dashboard.ResourceMoreOptions", {
classifiers = new osparc.metadata.ClassifiersViewer(resourceData);
}

const page = this.__permissionsPage = new osparc.dashboard.resources.pages.BasePage(title, iconSrc, id);
const page = this.__classifiersPage = new osparc.dashboard.resources.pages.BasePage(title, iconSrc, id);
this.__addOpenButton(page);
page.addToContent(classifiers);
return page;
Expand Down

0 comments on commit 66bb733

Please sign in to comment.