Work on sending campaigns. Campaign status page half-way done, but does not work yet.
This commit is contained in:
parent
67d7129f7b
commit
d1fa4f4211
66 changed files with 1653 additions and 525 deletions
|
@ -137,14 +137,12 @@ async function removeAllByCampaignIdTx(tx, context, campaignId) {
|
|||
|
||||
|
||||
// This is to handle circular dependency with campaigns.js
|
||||
Object.assign(module.exports, {
|
||||
hash,
|
||||
getById,
|
||||
listByCampaignDTAjax,
|
||||
listByListDTAjax,
|
||||
create,
|
||||
updateWithConsistencyCheck,
|
||||
removeTx,
|
||||
remove,
|
||||
removeAllByCampaignIdTx
|
||||
});
|
||||
module.exports.hash = hash;
|
||||
module.exports.getById = getById;
|
||||
module.exports.listByCampaignDTAjax = listByCampaignDTAjax;
|
||||
module.exports.listByListDTAjax = listByListDTAjax;
|
||||
module.exports.create = create;
|
||||
module.exports.updateWithConsistencyCheck = updateWithConsistencyCheck;
|
||||
module.exports.removeTx = removeTx;
|
||||
module.exports.remove = remove;
|
||||
module.exports.removeAllByCampaignIdTx = removeAllByCampaignIdTx;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue