Skip to content

Commit

Permalink
#104 Save "sakai.attendance" in Gradebook items instead of "Attendanc…
Browse files Browse the repository at this point in the history
…e" in db to avoid i18n issues
  • Loading branch information
josecebe authored and Miguel Pellicer committed May 12, 2022
1 parent d7781e9 commit 414c556
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 414c556

Please sign in to comment.