Skip to content

Commit b2ddc34

Browse files
Merge branch 'master' into allow_zipping_endpoint_to_return_download_link
2 parents 32dd98e + 359ff33 commit b2ddc34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/static-webserver/client/source/class/osparc/share/NewCollaboratorsManager.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ qx.Class.define("osparc.share.NewCollaboratorsManager", {
3434
this.__potentialCollaborators = {};
3535
this.__reloadPotentialCollaborators();
3636

37-
this.__shareWithEmailEnabled = this.__resourceData["resourceType"] === "study";
37+
this.__shareWithEmailEnabled = osparc.utils.Utils.isDevelopmentPlatform() && this.__resourceData["resourceType"] === "study";
3838

3939
if (preselectCollaboratorGids && preselectCollaboratorGids.length) {
4040
preselectCollaboratorGids.forEach(preselectCollaboratorGid => {

0 commit comments

Comments
 (0)