You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Might be this might be more of a feature request than an issue: I tried to define a PopulateMergeMatch using ForeignKey Fields, but it did not work. I tried the following yams-code (Mandant & Plan are separate Objects)
This throws a n SQL-Error Unknown column 'Plan' in 'where clause' because there is no such column in the Database. Changing the merge-fields to database-Columns like this:
PopulateMergeMatch:
- PlanID
- MandantID
yields a php runtime error of ERROR [Notice]: Undefined index: MandantIDbecause this field is not found in the yams definition. I can not use PopulateMergeWhen: "MandantID = =>Mandant.default AND PlanID = =>Plan.test"
because the yaml -references will not be replaced with the real values.
Might be this might be more of a feature request than an issue: I tried to define a PopulateMergeMatch using ForeignKey Fields, but it did not work. I tried the following yams-code (Mandant & Plan are separate Objects)
This throws a n SQL-Error
Unknown column 'Plan' in 'where clause'
because there is no such column in the Database. Changing the merge-fields to database-Columns like this:yields a php runtime error of
ERROR [Notice]: Undefined index: MandantID
because this field is not found in the yams definition. I can not usePopulateMergeWhen: "MandantID = =>Mandant.default AND PlanID = =>Plan.test"
because the yaml -references will not be replaced with the real values.
Any idea how to achieve this?
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: