- 🇦🇹Austria maxilein
please, also consider the much more powerful and generic module entity prepopulate. https://www.drupal.org/project/epp →
I am using this module to allow user to create multiple nodes of a content type which has an entity reference field pre-populated by url argument and url contains query paramenters as below:
http://example.com/node/add/page?edit[field_referenced_field][widget][0][target_id]=13
Please see more details details at prepopulate module documentation page:
https://www.drupal.org/node/228167 →
is that after saving first node by clicking "Create and Continue" button the url removes the query parameter and returns to
http://example.com/node/add/page
This means that entity reference field is no-longer prepopulated, which is very important requirement for my project.
Please consider adding this feature and update the code.
Thanks for developing a very useful and smart module :)
Active
1.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
please, also consider the much more powerful and generic module entity prepopulate. https://www.drupal.org/project/epp →