Closed Cellule closed 9 years ago
Added an option to show alerts automatically on error and/or on success. This is to ease up common actions on queries
example
updateBill: function() { actions.transaction.bill.update({ i18nErrors: { prefix: "transaction::errors", keys: ["app"] }, alertErrors: true, alertSuccess: true, data: { id: this.props.idBill, notes: this.state.notes } }); },
Good to merge.
Added an option to show alerts automatically on error and/or on success. This is to ease up common actions on queries
example