Delivery receipts
This commit is contained in:
parent
1a4811fcef
commit
6cbde7894a
3 changed files with 38 additions and 0 deletions
|
@ -178,6 +178,15 @@
|
|||
m.destroy().then(resolve).fail(reject);
|
||||
});
|
||||
}));
|
||||
},
|
||||
|
||||
fetchGroups: function(number) {
|
||||
return this.fetch({
|
||||
index: {
|
||||
name: 'group',
|
||||
only: number
|
||||
}
|
||||
});
|
||||
}
|
||||
});
|
||||
})();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue