renatoalmeidaoliveira / nbservice

Netbox Plugin for ITSM service mapping.
Apache License 2.0
53 stars 5 forks source link

Error searching in Add a new relation fields #3

Closed advaircarvalho closed 2 years ago

advaircarvalho commented 2 years ago

When starting a search in the list fields of "Add a new relation fields" returns the following error

In the Source and Destination fields

Server Error

There was a problem with your request. Please contact an administrator.


The complete exception is provided below:

<class 'AssertionError'>
Expected parent FilterSet 'nb_service.filters.ICFilter' to have a '.search()' method. Python version: 3.8.10 NetBox version: 3.2.1

If further assistance is required, please post to the NetBox discussion forum on GitHub.

renatoalmeidaoliveira commented 2 years ago

Hello @advaircarvalho thank you for your report.. There was a problem in the ICFilter implementation, that was fixed in this commit. Please update your plugin with: pip install --upgrade nb-service And if the problem persists please let me know.

advaircarvalho commented 2 years ago

I did the procedure and now it's working. Thanks