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
(Bundle creation/deletion) Having a tenant-specific include in an include that is used in a script does not generate a tenant specific version of the script
#600
Open
kharybdys opened this issue
Jul 23, 2021
· 2 comments
First analysis suggests because the dependency logic only remembers the attributes of the current dependency and does not recurse or inherit the tenant specifity of its own include.
See the junit tests in BundleManipulationTest, test testBundleCreationWithDoubleLayerInclude. The final assertion should work but it currently fails.
It is verified that the current navajo system also exhibits the same, wrong, behaviour.
The text was updated successfully, but these errors were encountered: