Skip to content

SoftDelete issue in softDestroyAll function #8

Description

@pumppi

Hi,

There is issue on SoftDelete line 320

Model.destroyAll = function softDestroyAll(where, cb) {}...

Should be

Model.destroyAll = function softDestroyAll(where, data, cb) {}...

See function parameters in updateAll function http://apidocs.loopback.io/loopback/#persistedmodel-updateall

Are you still interested to maintain this repo? This is good addon, would be nice to add updates.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions