Closed (outdated)
Project:
Storage Entities
Version:
1.1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
25 Mar 2023 at 18:36 UTC
Updated:
5 Aug 2023 at 10:35 UTC
Jump to comment: Most recent
Comments
Comment #2
mxh commentedThe desired outcome is probably not easily achievable. You probably want to have the most recent value of the node title - that may just be entered in the form without being submitted before - within the storage entity's name, however the form processing is complex on inline entity forms.
The only (partially) working concept could be using Context Stack:
composer require drupal/context_stackdrush en context_stack_formInline entity form - Simple(Complex doesn't work with Context Stack)Storage item for [current:form:node:title]However, this will probably only work with an already saved node that has a title. As said, probably the form processing that is involved here is so complex that it's hard to get the most recent title value here.
Comment #3
mxh commented