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
Both the Location and the Prefix are created successfully, and the relationship between them is established.
However, the Job Result Log only logs the creation of the Location, while the creation of the Prefix is missing.
Observed Behavior
When an object is nested inside another object in a design template (such as a Prefix inside a Location), the creation of the nested object is not logged in the Job Result Log.
However, when the relationship is explicitly defined using !ref, both objects are logged correctly:
Environment
Expected Behavior
When a nested object is created within another object in a design template, the Job Result Log should record the creation of both objects.
For example, in the following design template:
Both the Location and the Prefix are created successfully, and the relationship between them is established.
However, the Job Result Log only logs the creation of the Location, while the creation of the Prefix is missing.
Observed Behavior
When an object is nested inside another object in a design template (such as a Prefix inside a Location), the creation of the nested object is not logged in the Job Result Log.
However, when the relationship is explicitly defined using
!ref
, both objects are logged correctly:In this case, both
Created Location {{ site_name }}
andCreated Prefix {{ site_mgmt_prefix }}
appear in the Job Result Log as expected.Steps to Reproduce
!ref
.Proposed Fix
Ensure that all nested objects are logged in the Job Result Log, just as they are when explicitly referenced with
!ref
.The text was updated successfully, but these errors were encountered: