Hide Forgot
Description of problem: Currently the call to GET /owners/{owner_key}/pools only allows for sorting on the objects themselves. This is a RFE to allow this call to sort by product name.
blocks https://projects.theforeman.org/issues/23471
FYI, we discussed a bit internally, and we plan to implement a special endpoint for this (we don't want to support sorting by nested objects globally at this time). So, FYI, it'll probably look something like /owners/{owner_key}/pools_ordered_by_product (subject to change).