Skip to content

Commit

Permalink
Changed: Send Export files to research environment only for Research …
Browse files Browse the repository at this point in the history
…Environment projects
  • Loading branch information
djuarezgf committed Nov 15, 2024
1 parent f7e4d3f commit b8fc26b
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 @@ -1061,7 +1061,7 @@ public ResponseEntity<String> saveAndExecuteQueryInBridgehead(
@RoleConstraints(projectRoles = {ProjectRole.DEVELOPER, ProjectRole.PILOT, ProjectRole.FINAL})
@StateConstraints(projectStates = {ProjectState.DEVELOP, ProjectState.PILOT, ProjectState.FINAL},
queryStates = {QueryState.FINISHED})
@ProjectConstraints(projectTypes = {ProjectType.RESEARCH_ENVIRONMENT, ProjectType.DATASHIELD})
@ProjectConstraints(projectTypes = {ProjectType.RESEARCH_ENVIRONMENT})
@FrontendSiteModule(site = ProjectManagerConst.PROJECT_VIEW_SITE, module = ProjectManagerConst.EXPORT_MODULE)
@FrontendAction(action = ProjectManagerConst.SEND_EXPORT_FILES_TO_RESEARCH_ENVIRONMENT_ACTION)
@PostMapping(value = ProjectManagerConst.SEND_EXPORT_FILES_TO_RESEARCH_ENVIRONMENT)
Expand Down

0 comments on commit b8fc26b

Please sign in to comment.