Call new disable remote method from model class [2.x]#2781
Conversation
e1ec15c to
4ee3660
Compare
|
@richardpringle Add note for you to remember to remove the deprecation message in the backport too. |
| var TestModel = app.models.TestModelForDisablingRemoteMethod; | ||
| TestModel.on('remoteMethodDisabled', callbackSpy); | ||
| TestModel.disableRemoteMethod('findOne'); | ||
| TestModel.disableRemoteMethod('findOne', true); |
There was a problem hiding this comment.
In 2.x, the method disableRemoteMethod is not deprecated. Can we place keep this test unmodified to cover this API?
|
@bajtos, |
Ah, I see, you are right. |
4ee3660 to
f7dbc97
Compare
|
@bajtos, shit should be okay to merge right? Those windows builds aren't failing anymore and it doesn't seam like the failed tests for the downstream buils have anything to do with this change. |
|
FYI, skipping multitenancy tests to get CI green at strongloop/loopback-multitenancy#11. |
|
@slnode test please |
Agreed, go ahead and |
backport of 0ab33a8