Skip to content

Commit

Permalink
Merge pull request #1888 from drdrew42/feature/classlist-permissions
Browse files Browse the repository at this point in the history
Enforce user permissions on Classlist Editor page
  • Loading branch information
pstaabp authored Feb 28, 2023
2 parents cae6c31 + 1f9c84d commit 4a93afb
Show file tree
Hide file tree
Showing 5 changed files with 173 additions and 157 deletions.
1 change: 1 addition & 0 deletions htdocs/js/apps/UserList/userlist.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
const sortInput = document.createElement('input');
sortInput.name = 'labelSortMethod';
sortInput.value = header.dataset.sortField;
sortInput.type = 'hidden';
userListForm.append(sortInput);

userListForm.submit();
Expand Down
Loading

0 comments on commit 4a93afb

Please sign in to comment.