My issue might be similar to this issue.
I have four entities, Client, Project, Asset and Experience.
Project has a select list to choose a Client.
Asset has a select list for Client and Project. When you choose a Client it limits the results in the Project select list so you can select one or more Projects related to the selected client. The implementation works as expected.
Experience has a select list for Client, Project and Asset. When you choose a Client it should limit the results in the Project select list. When you select a Project it should limit the results in the Assets select list so that the list of Assets is related to the selected Project which is related to the selected Client. Unfortunately, it's not working. In fact, even selecting a Client won't limit the results of the Project as it does in the Asset entity. It's as if the entire mechanism is broken when there is more than one dependancy.
Any ideas or patches to test?
Thanks
Comments
Comment #2
cobaltje commentedI have the same issue, and also hoping for a quick respond / fix.
Comment #3
cnario commentedI am also very much interested in this feature.
Comment #4
joachim commentedLooks like this is a duplicate of #1809338: Three fields in chain?. There's a patch over there which needs work, but is a starting point at least, if anyone wants to try working on this.