radiks icon indicating copy to clipboard operation
radiks copied to clipboard

fetchOwnList returns all models when not called createWithCurrentUser

Open friedger opened this issue 6 years ago • 2 comments

When createWithCurrentUser is not called before calling fetchOwnList then an exception should be thrown or so.

Currently, all models are returned. That is confusing.

friedger avatar Jul 03 '19 11:07 friedger

I have the same problem. IDK what caused this....

jessicaanhdao avatar Aug 27 '19 02:08 jessicaanhdao

Yes, an exception should be thrown, although the application should not use this method if the user is not signed in.

hstove avatar Oct 22 '19 06:10 hstove