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
The deprecation notice suggests usage of multi: true option, but the problem is multi: true has no flexibility at all and sets the behavior for both internal and external calls (see feathersjs/feathers#2546), while the disableMultiItemChange hook be used conditionally, for example iff(isProvider('external'), disableMultiItemChange()). Due to its flexibility, I think its deprecation should be reconsidered and it could be included back to feathers-hooks-common.
The text was updated successfully, but these errors were encountered:
The deprecation notice suggests usage of
multi: true
option, but the problem ismulti: true
has no flexibility at all and sets the behavior for both internal and external calls (see feathersjs/feathers#2546), while the disableMultiItemChange hook be used conditionally, for exampleiff(isProvider('external'), disableMultiItemChange())
. Due to its flexibility, I think its deprecation should be reconsidered and it could be included back to feathers-hooks-common.The text was updated successfully, but these errors were encountered: