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
The /profiles/otherMetadata should be filterable with params ns, key, and value. But this isn't working - the back-end is not applying the filters correctly.
This needs fixing , and a test or two writing so that it doesn't break in the future.
The text was updated successfully, but these errors were encountered:
The issue here is that the ui swoped from
Using the metadata endpoint which did filter and sort to the new “otherMetadata” endpoint which was never coded to use the filtering methods.
the fix is to look at “listAllReadableResources” in the metadata controller and apply the appropriate static methods used there to the otherMetadata method in the profile controller
The
/profiles/otherMetadata
should be filterable with paramsns
,key
, andvalue
. But this isn't working - the back-end is not applying the filters correctly.This needs fixing , and a test or two writing so that it doesn't break in the future.
The text was updated successfully, but these errors were encountered: