Skip to content

Commit

Permalink
SAK-50227 Announcements access options reset after returning from att…
Browse files Browse the repository at this point in the history
…achments view with anon role enabled (sakaiproject#12670)
  • Loading branch information
V100X authored Jun 19, 2024
1 parent dafa0cf commit 0272529
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1888,6 +1888,7 @@ else if (state.getStatus().equals("goToReviseAnnouncement"))
context.put(HIDDEN,state.getTempHidden());
}

context.put("pubviewset", isChannelPublic(channelId));

final boolean pubview = Boolean.valueOf((String) sstate.getAttribute(SSTATE_PUBLICVIEW_VALUE)).booleanValue();
if (pubview)
Expand Down

0 comments on commit 0272529

Please sign in to comment.