forked from sakaiproject/sakai
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
SAK-23733 - Fix external grade integration to show unprovided tool items
A bug was introduced that would not allow externally maintained gradebook items to be shown unless the tool implemented a provider. The default behavior should be that a provider need only be implemented if the tool wishes to exert some additional controls, such as group access, on which items are included for specific student views and grades. This change implements a solution that does this by asking providers to also implement a method to list all items they are responsible for. This list is compared to the items that should be visible and the items that are not reported by any provider to preserve the default behavior that was present in the 2.8 release. git-svn-id: https://source.sakaiproject.org/svn/assignment/trunk@126908 66ffb92e-73f9-0310-93c1-f5514f145a0a
- Loading branch information
Showing
2 changed files
with
100 additions
and
61 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters