Commit 3b74f2c5 by Fernando Martínez Santiago Committed by root

bugs #556 and #557 fixed from Dashboard side

parent 34865a02
......@@ -149,7 +149,7 @@ dashboardControllers.controller('StudentCollectionsCtrl', function StudentCollec
action: 'delete',
attributes: {
id_stu: $scope.studentData.id,
stu_picto: studentPicto.id
stu_picto: studentPicto
}
}, function () {});
......@@ -175,7 +175,7 @@ dashboardControllers.controller('StudentCollectionsCtrl', function StudentCollec
action: 'delete',
attributes: {
id_stu: $scope.studentData.id,
stu_picto: studentPicto.id
stu_picto: studentPicto
}
}, function () {});
......
......@@ -13,7 +13,7 @@
module.exports.sockets = {
pingTimeout: 20000, // set timeout to 20 secs
pingTimeout: 60000, // set timeout to 60 secs
/***************************************************************************
* *
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment