Skip to content

Commit

Permalink
fixed service permissions for mailbox scanner task. issue #2246
Browse files Browse the repository at this point in the history
  • Loading branch information
j-dimension committed Aug 27, 2024
1 parent 2c4114e commit cfa9920
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2008,7 +2008,6 @@ public void renameTemplate(int templateType, GenericNode folder, String fromName
}

@Override
@RolesAllowed({"loginRole"})
public List<PartyTypeBean> getPartyTypes() {
List<PartyTypeBean> all = this.partyTypesFacade.findAll();
Collections.sort(all, (Object t, Object t1) -> {
Expand Down Expand Up @@ -2446,7 +2445,6 @@ public List<DocumentNameTemplate> getDocumentNameTemplates() throws Exception {
}

@Override
@RolesAllowed({"loginRole"})
public DocumentNameTemplate getDefaultDocumentNameTemplate() throws Exception {

return this.documentNameTemplates.findDefault();
Expand Down

0 comments on commit cfa9920

Please sign in to comment.