Skip to content

feathers client service hooks get skipped. #106

@dallinbjohnson

Description

@dallinbjohnson

Steps to reproduce

Because feathers-batch is a global hook it does not run individual service hooks that may add data or perform ETL functions.

I think that if we added global after hooks that could be added after all service hooks for front end and back end hooks would be wonderful and would solve this problem.

(First please check that this issue is not already solved as described
here
)

  • Tell us what broke. The more detailed the better.

feathers client hooks do not run on batched calls. Because it is a global hook.

  • If you can, please create a simple example that reproduces the issue and link to a gist, jsbin, repo, etc.

Expected behavior

Tell us what should happen

I think the batched hook should run after each service hook runs.

Actual behavior

Tell us what happens instead

System configuration

Tell us about the applicable parts of your setup.

Module versions (especially the part that's not working):

NodeJS version:

Operating System:

Browser Version:

React Native Version:

Module Loader:

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions