- Issue created by @afitschen
I have a WissKI bundle "Person" and a WissKI bundle "Human-Made Object". I have a plain text field in the "Person" bundle linking the work to a "Human-Made Object", cardinality unlimited. If I create a new person and I fill in a couple of these fields using "Add another item", for each of these a new WissKI individual should be created when I click on "save". Instead, while the work entry is correctly created, some of the fields do not link to "Human-Made Objects" but just show the text I entered without a link (see screenshots below).
Here's the model in the pathbuilder:
Here's the form where I create the person entry with a couple of links to (implicitly newly created) "Human-Made Objects":
Once I click on "save" I get to see the "view" page of the newly created person entry:
In the example, the third "Human-Made Object" with the identifier "kdlws/78" has not been linked to an entity.
I guess that at the time when the "Person" view is built to display the newly created entry, the Drupal database does not yet has access to all the entity ids of the dependent entities that have been created "on the fly". After a page refresh the links are (usually) correctly shown, but the fact that the entity ID cannot be accessed at the moment of "save" seems to indicate that something is going wrong here.
Find out why the entity ID seems to be unknown to Drupal at the time of "save".
Active
3.11
Hackathon