You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to have the tx: true property automatically added to all autoform submits? I love the functionality, but I don't know how to enable it for other packages.
The text was updated successfully, but these errors were encountered:
I'd need to look into the autoform codebase and/or docs to see if there's a way to overwrite the default methods for doing db writes, but autoform is such a high level, full of magic, abstraction that I'm guessing the answer is probably no.
I think it would need built in support for the babrahams:transactions package (which it doesn't have), in the same way that (for example) babrahams:editable-text does.
Is it possible to have the tx: true property automatically added to all autoform submits? I love the functionality, but I don't know how to enable it for other packages.
The text was updated successfully, but these errors were encountered: