diff --git a/config/configuration/bundles/src/bundle/org/sakaiproject/config/bundle/default.sakai.properties b/config/configuration/bundles/src/bundle/org/sakaiproject/config/bundle/default.sakai.properties index 34ed83044ed4..38890d3745ff 100644 --- a/config/configuration/bundles/src/bundle/org/sakaiproject/config/bundle/default.sakai.properties +++ b/config/configuration/bundles/src/bundle/org/sakaiproject/config/bundle/default.sakai.properties @@ -2800,6 +2800,11 @@ # DEFAULT: sortName. # roster.defaultSortColumn=sortName +# SAK-28901 Ability to set view as the default +# DEFAULT: 0 +# Possible values: 0=overview, 1=pictures, 2=group membership, 3=status +# roster.defaultState=2 + # Whether to render the email column for the roster view # DEFAULT: true # roster_view_email=false @@ -2820,6 +2825,14 @@ # DEFAULT: ^udp\\.dn$ # roster.filter.user.properties.regex=^udp\\.dn$ +# SAK-32109 Number of users to display "per page" default and when scrolling +# DEFAULT: 10 +# roster.display.pageSize=50 + +# SAK-28904 Ability to hide roles in roster +# DEFAULT: null (none) +# roster2.visibleroles=instructor,student + ## SEARCH # Elastic search is the default search as of Sakai 10 # For more information please see this confluence page