There is an error in the code for the 1.1 /brapi/v1/variables call, it attempts to look up a leadPerson from a cvterm, but leadPerson is not a field that this should return? Errors that show up in the log:
Warning: Undefined variable $project in {closure}() (line 3708 of .../sites/all/modules/brapi/api/brapi.const.inc).
Warning: Attempt to read property "project_id" on null in {closure}() (line 3708 of .../sites/all/modules/brapi/api/brapi.const.inc).
Warning: Trying to access array offset on value of type bool in {closure}() (line 3714 of .../sites/all/modules/brapi/api/brapi.const.inc).
There is an error in the code for the 1.1
/brapi/v1/variables
call, it attempts to look up a leadPerson from a cvterm, but leadPerson is not a field that this should return? Errors that show up in the log: