Skip to content

Commit

Permalink
#8541 Add backend checks for infrastructure & user related user right…
Browse files Browse the repository at this point in the history
…s - remove unnecessary userright on ClinicalVisitFacadeEjb
  • Loading branch information
Levente Gal committed Sep 8, 2022
1 parent 183d2ba commit 4ba6483
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
import de.symeda.sormas.backend.util.RightsAllowed;

@Stateless(name = "ClinicalVisitFacade")
@RightsAllowed({UserRight._CLINICAL_COURSE_VIEW, UserRight._SORMAS_REST})
@RightsAllowed(UserRight._CLINICAL_COURSE_VIEW)
public class ClinicalVisitFacadeEjb implements ClinicalVisitFacade {

@PersistenceContext(unitName = ModelConstants.PERSISTENCE_UNIT_NAME)
Expand Down

0 comments on commit 4ba6483

Please sign in to comment.