Skip to content
Snippets Groups Projects
Commit a065ad3a authored by srosse's avatar srosse
Browse files

no-jira: persistent the settings of the table in the assessment tool (identities and groups list)

parent a45094b5
No related branches found
No related tags found
No related merge requests found
......@@ -123,6 +123,7 @@ public class AssessedBusinessGroupCourseNodeListController extends FormBasicCont
FlexiTableSortOptions options = new FlexiTableSortOptions();
options.setDefaultOrderBy(new SortKey(ABGCols.name.name(), true));
tableEl.setSortSettings(options);
tableEl.setAndLoadPersistedPreferences(ureq, "assessment-tool-group-list");
if(formLayout instanceof FormLayoutContainer) {
FormLayoutContainer layoutcont = (FormLayoutContainer)formLayout;
......
......@@ -256,6 +256,8 @@ public class IdentityListCourseNodeController extends FormBasicController implem
tableEl.setExtendedFilterButton(translate("filter.groups"), groupFilters);
}
}
tableEl.setAndLoadPersistedPreferences(ureq, "assessment-tool-identity-list");
if(courseNode instanceof AssessableCourseNode && !(courseNode instanceof CalculatedAssessableCourseNode)) {
bulkDoneButton = uifactory.addFormLink("bulk.done", formLayout, Link.BUTTON);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment