We don't worry about checking permissions on foreign objects when we're
simply using them to get a context OU for the local object permission
testing. The "jump" field just gives us more layers of indirection, and
shouldn't cause a perm check, just like normal foreign context OUs.
Signed-off-by: Mike Rylander <mrylander@gmail.com>
Signed-off-by: Bill Erickson <berick@esilibrary.com>
Signed-off-by: Ben Shum <bshum@biblio.org>
_tmp_params = single_hash( foreign_pkey, foreign_pkey_value );
// Do the lookup
+ osrfHashSet((osrfHash*) ctx->session->userData, "1", "inside_verify");
_list = doFieldmapperSearch( ctx, foreign_class_meta,
_tmp_params, NULL, &err );
+ osrfHashSet((osrfHash*) ctx->session->userData, "0", "inside_verify");
// Get the resulting row
jsonObjectFree( _fparam );