Skip to content

Commit

Permalink
Merge branch 'master' into e2e-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] authored Jan 29, 2025
2 parents 7394cb6 + 194d225 commit a58785a
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,13 @@ qx.Class.define("osparc.auth.ui.RequestAccount", {
switch (osparc.product.Utils.getProductName()) {
case "s4l":
this._form.add(organization, this.tr("Company Name"), null, "company");
organization.setRequired(true);
break;
case "s4lacad":
case "s4ldesktopacad":
this._form.add(organization, this.tr("University"), null, "university");
organization.setRequired(true);
break;
case "tiplite":
this._form.add(organization, this.tr("University"), null, "university");
break;
Expand Down

0 comments on commit a58785a

Please sign in to comment.