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
I got a problem assigning custom labels to reverse ordering options with field_labels parameter. I think this method is incorrect in its descending = ... part. It looks up for -param instead of -field, as stated in the docs: «Keep in mind that the key is the field name, and not the exposed parameter name».
I have a fix for this issue, including an upgrade of the current test case with this issue in mind. I will provide it ASAP. If anything is wrong with my fix, please let me know. I'd like it to work for everybody, not just me.
The text was updated successfully, but these errors were encountered:
I got a problem assigning custom labels to reverse ordering options with
field_labels
parameter. I think this method is incorrect in itsdescending = ...
part. It looks up for-param
instead of-field
, as stated in the docs: «Keep in mind that the key is the field name, and not the exposed parameter name».I have a fix for this issue, including an upgrade of the current test case with this issue in mind. I will provide it ASAP. If anything is wrong with my fix, please let me know. I'd like it to work for everybody, not just me.
The text was updated successfully, but these errors were encountered: