custom field value search not working in 2.7.4 #4091
Labels
status: accepted
This issue has been accepted for implementation
type: bug
A confirmed report of unexpected behavior in the application
Environment
Steps to Reproduce
Expected Behavior
Search shows only the virtual machines which have this custom field value set.
Observed Behavior
All virtual machines are shown, regardless if the custom field value is set or not.
Downgrading to 2.7.3 resolves this problem.
NetBox 2.7.3 has
cf_<custom field name>=...
in the url query string and2.7.4 has
<custom field name>=...
(without thecf_
prefix) in the url query string when searching for custom field values.The text was updated successfully, but these errors were encountered: