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
Perhaps the setFilter function could be moved into the abstract Resource class and made to be generic, so it's not repeatedly defined in all the different resource types, e.g.
Perhaps the
setFilter
function could be moved into the abstractResource
class and made to be generic, so it's not repeatedly defined in all the different resource types, e.g.Then would need to adjust mapping so that
getResourceType()
returns the correct value for the config... currently would returnuser
notusers
etcThe text was updated successfully, but these errors were encountered: