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
The target key in a component hash (templates, actions, modules, etc) doesn't properly work when overridden.
If target is not supposed to be configurable at the component level
No error message is displayed, the component defined in the hash simple doesn't get created due to the lack of a parent concat resource that matches the concat::fragment's target attribute.
If target is supposed to be configurable at the component level
No parent concat resource exists for the concat::fragment that is generated, thus the config is not generated in a configuration file.
The text was updated successfully, but these errors were encountered:
The
target
key in a component hash (templates, actions, modules, etc) doesn't properly work when overridden.If target is not supposed to be configurable at the component level
No error message is displayed, the component defined in the hash simple doesn't get created due to the lack of a parent
concat
resource that matches theconcat::fragment
's target attribute.If target is supposed to be configurable at the component level
No parent
concat
resource exists for theconcat::fragment
that is generated, thus the config is not generated in a configuration file.The text was updated successfully, but these errors were encountered: