Timizuo

Results 12 comments of 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** ![Screenshot 2024-05-16 at 1 25 16 PM](https://github.com/nautobot/nautobot/assets/94907097/00a78cde-8e7f-4e48-b79c-4c8b3b396f42) **Custom Field Created** ![Screenshot 2024-05-16 at 1...

I could only reproduce this bug when `JobHookReceiver` is triggered from a `Job` which alters the database. STEPS to reproduce: - Create a `Job`(`name`: `Add New Tag`) that adds a...

It would also be a fantastic idea to make the Tag Colour field FilterForm a multi-select choice field.

Seems to work on the demo site v2.3.6 ![Screenshot 2024-10-16 at 1 48 55 PM](https://github.com/user-attachments/assets/131d449a-36cd-41c9-ab6a-a3c06e49a716)

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...