-
Type: Bug
-
Status: Resolved
-
Priority: Minor
-
Resolution: Duplicate
-
Affects Version/s: 9.10
-
Fix Version/s: None
-
Component/s: Automation, Directory
Same issue as NXP-21811 but this ticket is for backporting the fix from master to 9.10:
In the operation Directory.SuggestEntries there is used the same mergeJsonAdapter(JSONAdapter branch) method for adding new entities for all cases. The method uses the "children" property of type HashMap with key = "label" to temporary save results. As a result, it removes records with the same "label" field but different all other fields including "id" for a flat directory and puts all children to one record for the parent directory. But as a general rule only "id" field have to be unique.
- is related to
-
NXP-21811 operation Directory.SuggestEntries removes rows with the same "label"
- Resolved