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 class RestBoolean seems no longer necessary, as the corresponding Javascript store always passes true now.
It just needlessly complicates the intended resource, making it harder to follow, boolean flags should simply use boolean datatypes.