Timizuo

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