goatslacker / alt

Isomorphic flux implementation
http://alt.js.org/
3.45k stars 322 forks source link

Source operation context? #659

Closed rulatir closed 8 years ago

rulatir commented 8 years ago

I need to be able to attach (possibly different) context to each execution of a source "operation", and have that context available for the loading/success/error actions specified in the source definition.

Rationale: the success action needs to eventually see to the closing of the instance of data dialog on which the OK button was pressed to initiate the source operation of saving the data.

rulatir commented 8 years ago

It's right there before my eyes. Bad day or what.