Commit ba44a8ed by Jose Antonio

Merge remote-tracking branch 'origin/develop' into develop

parents f395e976 f13cb8c8
...@@ -1020,6 +1020,7 @@ module.exports = { ...@@ -1020,6 +1020,7 @@ module.exports = {
sails.log.debug("->>" + JSON.stringify(picto)); sails.log.debug("->>" + JSON.stringify(picto));
Student.pictoInfo(stuPicto.id, function(err, resp) { Student.pictoInfo(stuPicto.id, function(err, resp) {
if (err) throw err; if (err) throw err;
resp.tags=[];
return res.ok(resp); return res.ok(resp);
}); });
}) })
......
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