We are using 8.1
We created a custom module Staff (pkg1_staff) of type person with some additional fields.
Staff has a one to one relationship with Users.
We have a workflow to update the User record when the Staff record is saved.
The problem is, when we try to save, the workflow to update the User record fails on this code in actionCreateRecord.php
Hi,
We first created the workflow under 8.0.
We re-created it under 8.1, that is, we didnt migrate from 8.0 to 8.1 but did a fresh install.
We are not in production yet.
We didnt notice this error before, so either it was working before or we just didnt notice that it wasnt. This would be true for both 8.0 and 8.1.
We do have other another custom module that is working, but it doesnt have a relationship with the Users module.
The custom module does have assigned_user_id, date_modified, etc.
It is the Users table that does not have assigned_user_id and that is causing the problem.