Skip to content

Commit

Permalink
sakaicontrib#104 Save "sakai.attendance" in Gradebook items instead o…
Browse files Browse the repository at this point in the history
…f "Attendance" in db to avoid i18n issues
  • Loading branch information
josecebe committed May 10, 2022
1 parent d7781e9 commit 9fe38a6
Showing 1 changed file with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,7 @@ public boolean create(AttendanceSite aS) {

String siteID = aS.getSiteID();

Tool tool = toolManager.getCurrentTool();
String appName = AttendanceConstants.TOOL_NAME;
if(tool != null ) {
appName = tool.getTitle();

}
String appName = AttendanceConstants.SAKAI_TOOL_NAME;

String aSUID = getAttendanceUID(aS);
try {
Expand Down

0 comments on commit 9fe38a6

Please sign in to comment.