Skip to content

Commit

Permalink
Merge pull request #5392 from Sage-Bionetworks/release-499
Browse files Browse the repository at this point in the history
Merge Release 499 into develop
  • Loading branch information
jay-hodgson authored May 18, 2024
2 parents 75f6455 + a735a37 commit acc66b9
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1551,8 +1551,9 @@ private void configureEditProjectMetadataAction() {
}

private void configureProjectHelpAction() {
boolean isProject = entityBundle.getEntity() instanceof Project;
actionMenu.setActionVisible(Action.PROJECT_HELP, isProject);
boolean isProjectMenu =
entityBundle.getEntity() instanceof Project && currentArea == null;
actionMenu.setActionVisible(Action.PROJECT_HELP, isProjectMenu);
actionMenu.setActionHref(
Action.PROJECT_HELP,
"https://sagebionetworks.jira.com/servicedesk/customer/portal/9"
Expand Down

0 comments on commit acc66b9

Please sign in to comment.