lawrence
12/18/2017, 1:58 PMoperationBefore
function? E.g: handleUpload:
type: operationBefore
operation: Account.update # also on Account.create?
handler:
code:
src: './src/handleUpload.js'
huv1k
12/18/2017, 2:46 PMhuv1k
12/18/2017, 2:46 PMlawrence
12/18/2017, 3:16 PMhandleUpload:
type: operationBefore
operation: Account.update
operation: Account.create
handler:
code:
src: './src/handleUpload.js'
lawrence
12/18/2017, 3:16 PMhuv1k
12/18/2017, 3:31 PMhandleUploadCreate:
type: operationBefore
operation: Account.create
handler:
code:
src: './src/handleUpload.js
handleUploadUpdate:
type: operationBefore
operation: Account.update
handler:
code:
src: './src/handleUpload.js
lawrence
12/18/2017, 4:31 PMhuv1k
12/18/2017, 5:09 PMMichiel De Wilde
12/19/2017, 11:06 AMhuv1k
12/19/2017, 11:08 AMhuv1k
12/19/2017, 11:10 AMMichiel De Wilde
12/19/2017, 11:21 AMhuv1k
12/19/2017, 11:21 AM