Skip to content

Commit 47540a6

Browse files
committed
isSimultaneousAccessEnabled
1 parent b65eedb commit 47540a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ qx.Class.define("osparc.dashboard.GridButtonItem", {
246246
label.setVisibility(value ? "visible" : "excluded");
247247

248248
// remove this, testing purposes
249-
if (this.getResourceType() === "study") {
249+
if (osparc.utils.DisabledPlugins.isSimultaneousAccessEnabled() && this.getResourceType() === "study") {
250250
const avatarGroup = this.getChildControl("avatar-group");
251251
const allUsers = [
252252
{ name: "Alice", avatar: "https://i.pravatar.cc/150?img=1" },

0 commit comments

Comments
 (0)