From 5be704efe44c655f7940a000abd6e6aeee00ff4f Mon Sep 17 00:00:00 2001 From: Bogdan Ciobanu Date: Thu, 16 May 2013 11:44:42 +0300 Subject: [PATCH] Added the new url to params (#149) --- app/modules/assignments_list_widget.coffee | 1 + 1 file changed, 1 insertion(+) diff --git a/app/modules/assignments_list_widget.coffee b/app/modules/assignments_list_widget.coffee index b9e9f42..37c592c 100644 --- a/app/modules/assignments_list_widget.coffee +++ b/app/modules/assignments_list_widget.coffee @@ -11,6 +11,7 @@ define ['cs!widget'], (Widget) -> as this data channel is actually a Backbone Collection. ### params= + url: Utils.render_url(Utils.current_url() + "#assignments/") assignments: assignments_params.collection.toJSON() @renderLayout(params,false)