mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-12 04:23:19 +00:00
PHRAS-3442_optimize-list-notifications_4.1-bis
WIP restore /session/update route to pass tests, THIS ROUTE IS UNUSED
This commit is contained in:
@@ -15,7 +15,7 @@ define([
|
||||
var TaskCollection = Backbone.Collection.extend({
|
||||
model: TaskModel,
|
||||
url: function () {
|
||||
return "/admin/task-manager/tasks?update_session=0";
|
||||
return "/admin/task-manager/tasks";
|
||||
}
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user