Skip to content

Commit

Permalink
Bugfix: Remove bridgehead state as accepted requirement for fetch tok…
Browse files Browse the repository at this point in the history
…en script
  • Loading branch information
djuarezgf committed Apr 11, 2024
1 parent 7057f3e commit deebf5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/de/samply/app/ProjectManagerController.java
Original file line number Diff line number Diff line change
Expand Up @@ -988,7 +988,7 @@ public ResponseEntity<String> saveAndExecuteQueryInBridgehead(
}

@RoleConstraints(projectRoles = {ProjectRole.DEVELOPER, ProjectRole.PILOT, ProjectRole.FINAL})
@StateConstraints(projectStates = {ProjectState.DEVELOP, ProjectState.PILOT, ProjectState.FINAL}, projectBridgeheadStates = {ProjectBridgeheadState.ACCEPTED})
@StateConstraints(projectStates = {ProjectState.DEVELOP, ProjectState.PILOT, ProjectState.FINAL})
@ProjectConstraints(projectTypes = {ProjectType.DATASHIELD})
@FrontendSiteModule(site = ProjectManagerConst.PROJECT_VIEW_SITE, module = ProjectManagerConst.TOKEN_MANAGER_MODULE)
@FrontendAction(action = ProjectManagerConst.DOWNLOAD_AUTHENTICATION_SCRIPT_ACTION)
Expand Down

0 comments on commit deebf5f

Please sign in to comment.