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
AEM Version - Applicable to all Exist in the latest - Yes
ParentResourceValueMapValueInjector should work like the com.day.cq.commons.inherit.ComponentInheritanceValueMap. When we get any inherited property, it is supposed to be checked on the current resource first. And only if the property doesn't exist on the current resource, it should be checked on the parent, and so on.
Expected Behavior
The current resource property should be checked first.