Timizuo
Timizuo
> Great Work looks awesome! I was playing around with it. When I specify a filter but not a value, it says that I specified an invalid filter. Is it...
> The DeviceType Filters in DeviceListView seem to be broken. The choices in the dropdown are not populating, can you confirm that on your end? @timizuoebideri1 @HanlinMiao works for me
Test case changes on https://github.com/nautobot/nautobot/pull/3342 can now be moved into `generic_filter_tests` since they are all now all `multi-value filters`
> Yea, that makes sense, @timizuoebideri1 can you provide your plugin configuration. I made a fresh install, but this time using Docker and without any plugin setup or database dump,...
It is best to set it to `false` instead of `'false'` since the latter is a string rather than a boolean value in JSON.
Bug could not be reproduced: **Create Custom field of type boolean, false by default and required**  **Custom Field Created** 
Suggested fix https://github.com/nautobot/nautobot/blob/develop/nautobot/extras/models/models.py#L745-L762 ```python def size(self): """ Wrapper around `image.size` to suppress an OSError in case the file is inaccessible. Also opportunistically catch other exceptions that we know other storage...