Record Selection Not Working

Am I doing something wrong? I don’t have any record pre-filters and I can search the and select a related record. But when I try and save the form, I get the error in the screnshot below.

JSON error from chrome devtools:

  "error": {
    "message": "1 issue(s) found",
    "details": [
      {
        "kind": "internal",
        "message": "record not found",
        "meta": {
          "field": "Hello1Ref",
          "id": "parent:0"
        }
      }
    ]
  }
}

Additional Context

Both tables are “physical”, i.e. the Collection or database table name field in the module has been set to an explicit value.

Does this happen with “standard” module setup (so w/o dedicated tables)

1 Like

@darh , just tested. It works with the standard setup. So it looks like a bug.

2 Likes

Thanks, fixed in https://github.com/cortezaproject/corteza-server/commit/a8d2fef3c

1 Like