Regular users see only their own agency to select in the drop-down for "contributing agencies".
A quick look at the browser console suggests it's simply using the wrong select list source: it takes /adminapi/v1/select/agency/, but probably should use /adminapi/v1/select/agency_all/. (Marking contributing agencies has no restrictions/proxy requirements.)
Regular users see only their own agency to select in the drop-down for "contributing agencies".
A quick look at the browser console suggests it's simply using the wrong select list source: it takes
/adminapi/v1/select/agency/
, but probably should use/adminapi/v1/select/agency_all/
. (Marking contributing agencies has no restrictions/proxy requirements.)