-
-
Notifications
You must be signed in to change notification settings - Fork 955
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SAK-50323 announcementswc Allow super users to view announcements #12880
Conversation
@@ -1271,15 +1272,20 @@ private List<String> getExcludedSitesFromTabs() { | |||
return l; | |||
} | |||
|
|||
public Filter getMaxAgeInDaysFilter(int maxAgeInDays) { | |||
|
|||
ViewableFilter viewableFilter = new ViewableFilter(null, null, Integer.MAX_VALUE, this); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is a lot of announcements! What's a practical value? 1000?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fine by me. I was just going off what was there already. Which I probably put in in the first place :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It would be a thousand for each site though ..
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
100 sounds reasonable!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ottenhoff How's that look now?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks!
@ottenhoff Thanks for the review |
https://sakaiproject.atlassian.net/browse/SAK-50323