不要怂,就是干,撸起袖子干!

Commit 22817a09 by Jan Aagaard Meier

woops

1 parent 8939902f
Showing with 1 additions and 1 deletions
......@@ -229,7 +229,7 @@ module.exports = (function() {
var self = this
return new Utils.CustomEventEmitter(function(emitter) {
var sql = self.QueryGenerator.selectQuery(tableName, { id : dao.id, limit: 1 })
var sql = self.QueryGenerator.selectQuery(tableName, { where: { id : dao.id }, limit: 1 })
, calleeStub = {
build: function (values) {
// We cannot use setAttributes here, since a refresh might also update the read only attributes
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!