RESTful refactoring for course_info updates and handouts.
html page and update access use 2 different urls GET update can get an individual update STUD-944
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
define(["backbone"], function(Backbone) {
|
||||
var ModuleInfo = Backbone.Model.extend({
|
||||
url: function() {return "/module_info/" + this.id;},
|
||||
urlRoot: "/xblock",
|
||||
|
||||
defaults: {
|
||||
"id": null,
|
||||
|
||||
Reference in New Issue
Block a user