Skip to content

Commit

Permalink
Merge pull request #487 from jmcgettrick/rename_ajax_action_get_assig…
Browse files Browse the repository at this point in the history
…nments

Rename duplicate ajax action
  • Loading branch information
dwinn authored Oct 26, 2018
2 parents ac7d4e9 + 03d7057 commit d056047
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ajax.php
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@
}
break;

case "get_assignments":
case "get_migration_assignments":
include_once("classes/v1migration/v1migration.php");

$PAGE->set_context(context_system::instance());
Expand Down
2 changes: 1 addition & 1 deletion jquery/turnitintooltwo_extra-2018082301.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jQuery(document).ready(function($) {
"oLanguage": dataTablesLangMigration,
"aaSorting": [[ 2, "asc" ]],
"aLengthMenu": [[10, 25, 50, 100, -1], [10, 25, 50, 100, "All"]],
"sAjaxSource": "ajax.php?action=get_assignments",
"sAjaxSource": "ajax.php?action=get_migration_assignments",
"sDom": '<"top"lf>rt<"bottom"irp><"clear">',
"aoColumns": [
{"bSortable": false, "bSearchable": false,
Expand Down

0 comments on commit d056047

Please sign in to comment.