Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
jay-hodgson committed May 17, 2024
1 parent 41813fc commit 3b83e23
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 3b83e23

Please sign in to comment.