Steps to Reproduce: 1. ``` GET http://localhost:3000/api/services?expand=resources&filter%5B%5D=ancestry%3Dnull&filter%5B%5D=tags.name%3D%2Fmanaged%2Fenvironment%2Fdev&limit=20&offset=0&sort_by=created_at&sort_order=desc ``` results in success 2. ``` GET http://localhost:3000/api/services?expand=resources&filter%5B%5D=ancestry%3Dnull&filter%5B%5D=tags.name%3D%2Fmanaged%2Fenvironment%2Fdev&limit=20&offset=0&sort_by=created_at&sort_order=asc ``` results in ``` { "error": { "kind": "internal_server_error", "message": "undefined method `to_sql' for #\u003cArel::Attributes::Attribute:0x007f98f3460288\u003e\nDid you mean? to_s\n to_set", "klass": "NoMethodError" } } ``` 3. no profit till 2. is successfully complete
PR: https://github.com/ManageIQ/manageiq/pull/15559
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHSA-2018:0380