-
Type:
Bug
-
Status: Resolved (View Workflow)
-
Priority:
Major
-
Resolution: Rejected
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: jcr.component.core
-
Labels:
We have this part of code
if (modifyListsOfChild != ModifyChildOption.NOT_MODIFY)
{
cache.addToPatternList(makeChildListFqn(childPropsByPatternList, prop.getParentIdentifier()), PATTERN_OBJ,
ITEM_LIST, prop);
only property identifier should be placed into the cache. The same is true and for node.