Fix logic for adding a denormalized field in getObjectsByParentId ws, and for showing it in a form
- Fill the map with the denormalized fields before giving it to
prapareTableQueryData method, previously null was passed.
- Add the denormalized field in the group path when generating the UI schema, and fix the logic for copying the JsonObject holding the UI Schema while adding the denormalized field.
- Add the denormalized field in the group path when returning the form data, previously it was outside the group path.