Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hooks not working for remove? #86

Open
zcrowe opened this issue Aug 12, 2016 · 0 comments
Open

Hooks not working for remove? #86

zcrowe opened this issue Aug 12, 2016 · 0 comments

Comments

@zcrowe
Copy link

zcrowe commented Aug 12, 2016

I have the following button setup:

{{#afModal class="btn btn-box-tool delete-device" formId="deleteDevice" type="remove" collection="Devices" operation="remove" doc=_id}}
var deleteHooksObject = {
   before: {
    remove: function(doc) {
      console.log('Hello World');
    }
  },
}
AutoForm.addHooks('deleteDevice', deleteHooksObject, true);

A similar setup works perfectly for inserts ..is remove supported or not?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant