Skip to content

Commit

Permalink
SAK-48820 Scheduler SoftSiteDeletionJob deleting AuthzGroups for grou…
Browse files Browse the repository at this point in the history
…ps (#11546)
  • Loading branch information
jkjanetschek committed May 29, 2024
1 parent ba2d0b1 commit 6626557
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,8 @@ public void execute(JobExecutionContext jobExecutionContext)

try {
enableSecurityAdvisor();

//load in groups for removal of authzGroups
s.getGroups();
siteService.removeSite(s, hardDelete);
log.info("Removed site: " + s.getId());

Expand Down

0 comments on commit 6626557

Please sign in to comment.