You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note that you get NoMethodError (undefined method 'display_label' for nil:NilClass)
Every other part of the stack is able to handle cases in which the field does not exist, I think that this class should match.
Alternatively, if we do want to throw an error in cases that the user tries to search a non-existant field, I think it should be a more intuitive error in a different part of the stack.
The text was updated successfully, but these errors were encountered:
Steps to recreate
NoMethodError (undefined method 'display_label' for nil:NilClass)
Every other part of the stack is able to handle cases in which the field does not exist, I think that this class should match.
Alternatively, if we do want to throw an error in cases that the user tries to search a non-existant field, I think it should be a more intuitive error in a different part of the stack.
The text was updated successfully, but these errors were encountered: